/* Lokalne hostovane fonty (Inter, Montserrat) nahradzajuce Google Fonts CDN.
   Subset latin-ext pouzity zamerne - zakladny "latin" subset NEobsahuje slovensku
   diakritiku (č š ž ť ď ľ ň ý á é í ó ú ô ä), latin-ext ju obsahuje. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('inter-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('inter-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('inter-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('montserrat-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('montserrat-700.woff2') format('woff2');
}
