@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Hochelaga';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Hochelaga'), url('Hochelaga-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local('Libre Baskerville Italic'),
    url('LibreBaskerville-Italic.ttf') format('truetype');
}

/* ------------------------------------------------------------------ */
/* Larsseit — every face carries the same metric overrides so baseline
   stays consistent across weights and styles. Tune the four percentage
   values in ONE place if the overall vertical alignment feels off. */
/* ------------------------------------------------------------------ */

/* Larsseit — Thin 100 */
@font-face {
  font-family: 'Larsseit';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: local('Larsseit Thin'), url('LarsseitThin.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit Thin Italic'), url('LarsseitThinItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* Larsseit — Light 300 */
@font-face {
  font-family: 'Larsseit';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local('Larsseit Light'), url('LarsseitLight.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit Light Italic'), url('LarsseitLightItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* Larsseit — Regular italic 400 (no roman regular file shipped) */
@font-face {
  font-family: 'Larsseit';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit Italic'), url('LarsseitItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* Larsseit — Medium 500 */
@font-face {
  font-family: 'Larsseit';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Larsseit Medium'),
    url('LarsseitMedium.woff') format('woff'),
    url('LarsseitMedium.otf') format('opentype');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit Medium Italic'), url('LarsseitMediumItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* Larsseit — Bold 700 */
@font-face {
  font-family: 'Larsseit';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Larsseit Bold'), url('LarsseitBold.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit Bold Italic'), url('LarsseitBoldItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

/* Larsseit — ExtraBold 800 */
@font-face {
  font-family: 'Larsseit';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Larsseit ExtraBold'), url('LarsseitExtraBold.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
@font-face {
  font-family: 'Larsseit';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: local('Larsseit ExtraBold Italic'), url('LarsseitExtraBoldItalic.woff') format('woff');
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
