:root {
  --wood-900: #120806;
  --wood-800: #241207;
  --wood-700: #3a2610;
  --wood-600: #5b4025;
  --wood-500: #6f4925;

  --gold-300: #fff06a;
  --gold-400: #f4d04c;
  --gold-500: #f0c840;
  --gold-600: #b88820;

  --title-brown: #2a1004;
  --title-stroke: #f0a848;

  --cream-100: #fffde7;
  --cream-200: #f7e6bb;
  --cream-300: #f4dca9;

  --green-400: #76e35b;
  --pink-400: #ff4f88;

  --shadow-hard: #080301;

  --font-ui: "VT323", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-title: "Stardew", "VT323", ui-monospace, monospace;

  --topbar-h: 36px;
  --safe-pad: clamp(14px, 2vw, 28px);
}

@font-face {
  font-family: "VT323";
  src: url("../assets/fonts/VT323.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Stardew";
  src: url("../assets/fonts/StardewValley.ttf") format("truetype");
  font-display: swap;
}
