/**
 * fonts.css
 *
 * Fonturile reale folosite in site-ul vechi (Didact Gothic, Judson,
 * Quicksand), gasite in css/style.css, dar servite acolo de pe Google
 * Fonts CDN (incalca cerinta "fara CDN"). Aici sunt fisiere .woff/.woff2
 * locale, descarcate din pachetele npm oficiale typeface-*.
 */

@font-face {
  font-family: 'Didact Gothic';
  src: url('/assets/fonts/didact-gothic-latin-400.woff2') format('woff2'),
       url('/assets/fonts/didact-gothic-latin-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Judson';
  src: url('/assets/fonts/judson-latin-400.woff2') format('woff2'),
       url('/assets/fonts/judson-latin-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Judson';
  src: url('/assets/fonts/judson-latin-400italic.woff2') format('woff2'),
       url('/assets/fonts/judson-latin-400italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Judson';
  src: url('/assets/fonts/judson-latin-700.woff2') format('woff2'),
       url('/assets/fonts/judson-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-latin-300.woff2') format('woff2'),
       url('/assets/fonts/quicksand-latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-latin-400.woff2') format('woff2'),
       url('/assets/fonts/quicksand-latin-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-latin-500.woff2') format('woff2'),
       url('/assets/fonts/quicksand-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-latin-600.woff2') format('woff2'),
       url('/assets/fonts/quicksand-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/assets/fonts/quicksand-latin-700.woff2') format('woff2'),
       url('/assets/fonts/quicksand-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Material Icons - folosit in sidebar-ul zonei de membru (com/mmb.rightmenu.php
   original incarca acest font de pe Google Fonts CDN - aici e local). */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/material-icons.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 6px;
}
