/* Polices auto-hébergées : la page ne dépend d'aucun tiers.
   Une page qui collecte des CV ne doit pas donner un journal de requêtes à Adobe ni à Google.

   - « clother » et « nexa » sont les deux familles de simontt.fr, servies là-bas par le kit
     Adobe Fonts du client (use.typekit.net/clr5jdb). Ce sont ses polices, sous SA licence :
     avant la mise en production, le domaine définitif doit être ajouté à ce kit côté Adobe.
   - « clother » n'existe QU'EN 300/400/700/900 : leur pied déclare `font-weight: 200`, qui
     retombe donc sur le 300 chez eux comme ici. Les deux graisses sont déclarées vers le même
     fichier pour que la retombée soit la même des deux côtés.
   - Montserrat (Google) est la police des deux titres de la page Offres. Elle est VARIABLE :
     une seule face par jeu de caractères, en PLAGE `font-weight: 100 900` — déclarée en
     graisses fixes, toute graisse non listée retomberait sur la face la plus proche et
     rendrait plus large. */

@font-face {
  font-family: 'clother';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/simontt/fonts/clother-300.woff2) format('woff2');
}
@font-face {
  font-family: 'clother';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/assets/simontt/fonts/clother-300.woff2) format('woff2');
}
@font-face {
  font-family: 'clother';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/simontt/fonts/clother-400.woff2) format('woff2');
}
@font-face {
  font-family: 'clother';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/simontt/fonts/clother-700.woff2) format('woff2');
}
@font-face {
  font-family: 'nexa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/simontt/fonts/nexa-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/simontt/fonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/simontt/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Roboto — la pile « système » du thème hello-elementor de leur page carrière
   (`-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, …`) résout en pratique
   sur Roboto, qu'Elementor charge chez eux : sur toute plateforme sans police
   système Apple ou Microsoft, c'est donc Roboto qui peint (mesuré : « Envoyer »
   fait 58 px avec leur pile, 58 avec Roboto, 63 avec Arial). Sans elle, tout le
   corps de la page rendrait ~8 % plus large. Variable, déclarée en PLAGE. */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/simontt/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/simontt/fonts/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
