/* Self-hosted fonts - no external requests, loads before cookie consent */

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

/* Montserrat - cwel */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(montserrat-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(montserrat-latin-700-normal.woff2) format('woff2');
}

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

/* Noto Sans Symbols - pasjans */
@font-face {
  font-family: 'Noto Sans Symbols';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(noto-sans-symbols-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans Symbols';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(noto-sans-symbols-latin-700-normal.woff2) format('woff2');
}
