@font-face {
  font-family: 'Capetown Signature';
  src: url('../fonts/CapetownSignature.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #30321e;
  --ink-2: #444634;
  --ink-3: #676950;
  --clay: #b78160;
  --peach: #c1947d;
  --cream: #ece5d4;
  --paper: #fefaf1;
  --line: rgba(48, 50, 30, 0.15);
  --muted: rgba(48, 50, 30, 0.62);

  --f-sans: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --f-script: 'Capetown Signature', 'Allura', 'Pinyon Script', cursive;
}
