/* Ensos merkevarefonter. Legg fontfilene i denne mappa, så tas de i bruk.
   Adelle Sans er kommersiell og er derfor ikke sjekket inn. */

@font-face {
  font-family: 'Adelle Sans';
  src: url('/fonts/AdelleSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DejaVu Sans Mono';
  src: url('/fonts/DejaVuSansMono.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DejaVu Sans Mono';
  src: url('/fonts/DejaVuSansMono-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
