:root {
  --primary-color: #0e0e0e;
  --content-color: #131313;
  --text-color: #f4f4f4;
  --heading-color: #dddddb;
  --secondary-color: #cc6300;

  --font-size-base: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-lg: 1.2rem;
  --font-size-xl: 2rem;
  --font-size-xxl: 3rem;

  --line-height-base: 1.6;
  --link-color: #cc6300;
  --link-hover-color: #ad3713;
}
