/*
Theme Name: Apajh thème
Theme URI:
Author: Alsacréations
Author URI:
Description: Boilerplate Alsacréations : Wordplate / Timber / TailwindCss
Version: 1.0.0
*/

/* Fix */
.nf-element[type=submit] {
    padding: 1rem;
    cursor: pointer;
    background: var(--theme-color);
    color: #fff;
}
.nf-element[type=submit]:hover {
    outline: 2px solid white;
}
.social-medias {
    margin-top: 2rem;
}

/* fix access */
.font-size-add {
  font-size: 1.1rem;
}
.font-size-add-more {
  font-size: 1.2rem;
}
.font-size-add-extra-more {
  font-size: 1.3rem;
}

.contrast-color-add-more button .search.text-primary {
    color: #fff;
}

.contrast-color-add-more button:hover .search.text-primary,
.contrast-color-add-more button:focus .search.text-primary{
    color: rgb(34,34,34);
}

/* Fonts locales */
/* https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap */
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/WorkSans.woff2) format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/WorkSans.woff2) format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/WorkSans.woff2) format('woff2');
}

