/* =============================================================================
   UniNeuromed — Caratteri

   Il sito usa due soli caratteri, entrambi serviti dalla cartella
   assets/fonts: nessuna richiesta a servizi esterni.

     MUKTA MAHEE   corpo del testo, pulsanti, moduli, tabelle
                   pesi 300, 400, 500, 600, 700
                   licenza SIL Open Font License (LICENZA-mukta.txt)

     STAKO         titoli e voci di menu
                   pesi 200 (ExtraLight) e 700 (Bold)
                   licenza da verificare (LICENZA-stako.txt)

   I file di Mukta Mahee sono ridotti al solo alfabeto latino: l'originale
   contiene anche devanagari e gurmukhi e pesa oltre il doppio.

   STAKO ha due soli disegni, dichiarati su intervalli di peso: 100-300 prende
   l'ExtraLight, 400-700 il Bold. Così il browser non costruisce finti chiari
   né finti grassetti.
   ========================================================================== */

@font-face {
  font-family: "Mukta Mahee";
  src: url("../fonts/mukta-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mukta Mahee";
  src: url("../fonts/mukta-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mukta Mahee";
  src: url("../fonts/mukta-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mukta Mahee";
  src: url("../fonts/mukta-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mukta Mahee";
  src: url("../fonts/mukta-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STAKO";
  src: url("../fonts/stako-extralight.woff") format("woff"),
       url("../fonts/stako-extralight.otf") format("opentype");
  font-weight: 100 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STAKO";
  src: url("../fonts/stako-bold.woff") format("woff"),
       url("../fonts/stako-bold.otf") format("opentype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
