/* ==========================================================================
   Life HQ — Local Fonts
   Lazy Dog: handwritten script, used as the display/heading font — it
   carries the "handcrafted journal" feeling the whole app is built on.
   Eurofurence: geometric sans, full weight range, used for body text
   and UI chrome (light 300 / regular 400 / bold 700, each with an
   oblique companion).
   ========================================================================== */

@font-face {
  font-family: 'Lazy Dog';
  src: url('../fonts/lazy-dog/lazy_dog.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof35.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof36.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof55.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof56.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof75.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurofurence';
  src: url('../fonts/eurofurence/eurof76.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
