/* fonts.css — Polices personnalisées, chargées localement depuis ./fonts/ (voir setup.html).
   Si les fichiers ne sont pas encore installés, le navigateur bascule silencieusement sur la police
   de repli indiquée dans la pile CSS (cssFamily) de fields.js — rien ne casse. */

@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; }

@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Bold.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; }

@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Bold.ttf') format('truetype'); font-weight: 700; }

@font-face { font-family: 'Roboto Mono'; src: url('../fonts/RobotoMono-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Roboto Mono'; src: url('../fonts/RobotoMono-Bold.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Roboto Mono'; src: url('../fonts/RobotoMono-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; }

@font-face { font-family: 'Pacifico'; src: url('../fonts/Pacifico-Regular.ttf') format('truetype'); font-weight: 400; }

@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-Bold.ttf') format('truetype'); font-weight: 700; }

@font-face { font-family: 'Playfair Display'; src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Playfair Display'; src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Playfair Display'; src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic; }

@font-face { font-family: 'Bebas Neue'; src: url('../fonts/BebasNeue-Regular.ttf') format('truetype'); font-weight: 400; }


@font-face { font-family: 'Sacramento'; src: url('../fonts/Sacramento-Regular.ttf') format('truetype'); font-weight: 400; }

@font-face { font-family: 'Satisfy'; src: url('../fonts/Satisfy-Regular.ttf') format('truetype'); font-weight: 400; }
