/* Industrious CRM — Webfonts (self-hosted, offline-safe)
   Montserrat (display/headings) and Lato (body) are the official brand faces per the
   Industrious Branding Guidelines. Binaries live in assets/fonts/ (SIL Open Font License;
   see OFL-Montserrat.txt and OFL-Lato.txt).
   The logo face (Harabara Mais) is used only in the wordmark itself — always use the
   logo SVG assets in assets/, never re-set the wordmark in type. */

/* Montserrat — variable font, weight axis 100–900 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
}

/* Lato — static weights */
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 100; font-display: swap; src: url('../assets/fonts/Lato-Thin.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 100; font-display: swap; src: url('../assets/fonts/Lato-ThinItalic.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; font-display: swap; src: url('../assets/fonts/Lato-Light.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 300; font-display: swap; src: url('../assets/fonts/Lato-LightItalic.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../assets/fonts/Lato-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; font-display: swap; src: url('../assets/fonts/Lato-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../assets/fonts/Lato-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; font-display: swap; src: url('../assets/fonts/Lato-BoldItalic.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 900; font-display: swap; src: url('../assets/fonts/Lato-Black.ttf') format('truetype'); }
@font-face { font-family: 'Lato'; font-style: italic; font-weight: 900; font-display: swap; src: url('../assets/fonts/Lato-BlackItalic.ttf') format('truetype'); }
