/* Hosted font endpoint for the @autono registry — consumers pull this via the
   @autono/theme css `@import url("https://design.autono.co/fonts.css")`.
   Site-root URLs resolve against design.autono.co even when imported cross-origin. */

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Monument Extended";
  src: url("/ds/fonts/PPMonumentExtended-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Variable";
  src: url("/ds/fonts/DMSans-VariableFont.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Variable";
  src: url("/ds/fonts/DMSans-Italic-VariableFont.ttf") format("truetype-variations");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
