@font-face {
  font-family: 'DM Sans';
  src: url('/thickfur/thickfur-dm-sans.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/thickfur/thickfur-cormorant-garamond.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

:root {
  --tf-ink: #0f180f;
  --tf-muted: #4f5a4e;
  --tf-paper: #faf5ee;
  --tf-cream: #f6efdd;
  --tf-sage: #dce3d7;
  --tf-forest: #2a3f2b;
  --tf-forest-deep: #1b2a1c;
  --tf-night: #0f180f;
  --tf-clay: #c9774c;
  --tf-clay-dark: #a75d39;
  --tf-white: #ffffff;
  --tf-line: rgba(15, 24, 15, 0.14);
  --tf-shadow: 0 24px 70px rgba(15, 24, 15, 0.16);
  --font-body:
    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
}
