@font-face {
  font-family: "EB Garamond";
  src: url("fonts/eb-garamond-regular-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("fonts/eb-garamond-italic-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("fonts/figtree-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fff9ef;
  --ink: #241b17;
  --muted: #67574d;
  --orange: #ffc7a3;
  --orange-hover: #f5ad80;
  --cocoa: #402b23;
  --line: #decfbe;
  --surface: #f3e8d8;
  --success: #386247;
  --error: #9c3527;
  --serif: "EB Garamond", Georgia, serif;
  --sans: Figtree, Arial, sans-serif;
}
