@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("fonts/barlow-condensed-latin-800.b1b7dd5dbcea.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/inter-latin-variable.260c81a4759b.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("fonts/source-serif-4-latin-variable.e9192c2fe0a3.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("fonts/source-serif-4-latin-variable-italic.66c33f6b248f.woff2") format("woff2-variations");
}

:root {
  --ink: #151515;
  --paper: #f7f7f7;
  --surface: #ffffff;
  --action: #c8211c;
  --action-dark: #9f1815;
  --muted: #555555;
  --success: #333333;
  --warning: #555555;
  --border: #d7d7d7;
  --disabled: #d4d4d4;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter Variable", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --reader: "Source Serif 4 Variable", Georgia, "Times New Roman", serif;
  --gutter: clamp(1rem, 5vw, 3rem);
  --header-height: 80px;
  color-scheme: light;
}
