/* If you need to update the fonts CSS file, change the version number in the
filename to ensure it is not cached by the browser */

@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 100 200;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit\ Thin.otf');
  ascent-override: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 300;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit\ Light.otf');
  ascent-override: 95%;
}
@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 400;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit.otf');
  ascent-override: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 500;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit\ Medium.otf');
  ascent-override: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 600 700;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit\ Bold.otf');
  ascent-override: 90%;
}
@font-face {
  font-family: 'Larsseit';
  font-display: block;
  font-weight: 800;
  font-style: normal;
  src: url('./Type\ Dynamic\ -\ Larsseit\ ExtraBold.otf');
  ascent-override: 80%;
}
@font-face {
  font-family: 'Material';
  font-display: block;
  font-weight: 400;
  font-style: normal;
  src: url('./material-symbols-rounded-compressed.woff2') format('woff2');
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font variant */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
