/* ============================================================
   Fonturi gazduite local (fara request extern catre Google)
   Pune fisierele .woff2 EXACT cum au fost descarcate in:
       themes/amazonas/assets/fonts/local/
   Numele de mai jos corespund fisierelor de la google-webfonts-helper
   (subset latin + latin-ext => diacritice romanesti OK).
   ============================================================ */

/* ---------------------- Open Sans ---------------------- */
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('../fonts/local/open-sans-v44-latin_latin-ext-800.woff2') format('woff2');
}

/* ------------------------- Lato ------------------------ */
@font-face {
  font-family: 'Lato'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/local/lato-v25-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/local/lato-v25-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/local/lato-v25-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato'; font-style: normal; font-weight: 900; font-display: swap;
  src: url('../fonts/local/lato-v25-latin_latin-ext-900.woff2') format('woff2');
}
