@font-face {
  font-family: "Cuenta Marker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/gochi-hand-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --ground: #f4ecdd;
  --paper: #fffdf6;
  --ink: #1c1a17;
  --muted: #676057;
  --cobalt: #3155c6;
  --orange: #f05a28;
  --yellow: #f4cd3e;
  --mint: #58c7a3;
  --pink: #e9809b;
  --rule: #bdb3a3;
  --rule-light: #ded6c9;
  --display: "Cuenta Marker", "Marker Felt", "Chalkboard SE", "Comic Sans MS", cursive;
  --body: Arial, Helvetica, sans-serif;
  --mono: "Courier New", Courier, monospace;
  --serif: Georgia, "Times New Roman", serif;
  --radius-control: 14px 17px 13px 16px / 12px 15px 14px 17px;
  --radius-receipt: 18px 22px 17px 21px / 16px 19px 20px 18px;
  --radius-card: 28px 32px 26px 30px / 25px 29px 31px 27px;
}
