/* THE MAJESTINE — SELF-HOSTED TYPE SYSTEM
   Variable woff2, served from our own origin. Never load fonts from Google. */

@font-face{
  font-family:'Bodoni Moda';
  src:url('/fonts/BodoniModa-Variable.woff2') format('woff2');
  font-weight:400 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Bodoni Moda';
  src:url('/fonts/BodoniModa-Italic-Variable.woff2') format('woff2');
  font-weight:400 900; font-style:italic; font-display:swap;
}
@font-face{
  font-family:'Jost';
  src:url('/fonts/Jost-Variable.woff2') format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Jost';
  src:url('/fonts/Jost-Italic-Variable.woff2') format('woff2');
  font-weight:100 900; font-style:italic; font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('/fonts/Lora-Variable.woff2') format('woff2');
  font-weight:400 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Lora';
  src:url('/fonts/Lora-Italic-Variable.woff2') format('woff2');
  font-weight:400 700; font-style:italic; font-display:swap;
}

@font-face{
  font-family:'Oswald';
  src:url('/fonts/Oswald-Variable.woff2') format('woff2');
  font-weight:200 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Libre Barcode EAN13 Text';
  src:url('/fonts/LibreBarcodeEAN13Text.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:block;
}

/* Bodoni Moda is optical-size variable: let the browser use it */
html{ font-optical-sizing:auto; }
