:root {
  /* Brand Colors */
  --color-primary: #191816;
  --color-secondary: #2D2926;
  --color-cta: #B8A89A;

  /* Derived Colors */
  --color-primary-light: #19181622;
  --color-primary-dark: #191816;
  --color-cta-hover: #B8A89Add;

  /* Typography */
  --font-heading: 'Inter', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  /* Shape */
  --radius: 0px;
  --radius-sm: calc(0px * 0.5);
  --radius-lg: calc(0px * 2);
}
