/* Locally hosted fonts matching the production Google Fonts families and weights. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/production-dbeb32e5ae3eef3d.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/production-66807e8e108c648c.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/production-9d62ef284ac53a60.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/production-53eaa58cf4e7fc8d.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/production-884d2cd5ba1b5679.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/production-d4c43b933d37c951.ttf) format('truetype');
}
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/production-bf76ee862924a63b.ttf) format('truetype');
}

/* Primary website fonts, hosted locally with licenses in assets/fonts. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-variable.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Armenian';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-armenian-variable.ttf') format('truetype');
}
:root {
  --site-font: 'Inter', 'Noto Sans Armenian', Arial, sans-serif;
}
html:lang(hyw), html:lang(hy) {
  --site-font: 'Noto Sans Armenian', 'Inter', Arial, sans-serif;
}
