/* Self-hosted fonts for air-gapped deployment */

/* Inter (variable weight 300-700, latin) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./inter/inter-latin.woff2') format('woff2');
}

/* Roboto (variable weight 300-700, latin) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./roboto/roboto-latin.woff2') format('woff2');
}

/* Open Sans (variable weight 300-700, latin) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./open-sans/open-sans-latin.woff2') format('woff2');
}

/* Atkinson Hyperlegible - Regular */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./atkinson-hyperlegible/atkinson-400.woff2') format('woff2');
}

/* Atkinson Hyperlegible - Bold */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./atkinson-hyperlegible/atkinson-700.woff2') format('woff2');
}

/* Lexend (variable weight 300-700, latin) */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./lexend/lexend-latin.woff2') format('woff2');
}

/* OpenDyslexic - Regular */
@font-face {
  font-family: 'OpenDyslexic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./opendyslexic/OpenDyslexic-Regular.woff2') format('woff2');
}

/* OpenDyslexic - Bold */
@font-face {
  font-family: 'OpenDyslexic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./opendyslexic/OpenDyslexic-Bold.woff2') format('woff2');
}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('./material-icons/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-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
