:root {
  --font-family-headline: 'Outfit', -apple-system, helvetica, arial, sans-serif;
  --font-family-base: 'Outfit', -apple-system, helvetica, arial, sans-serif;
  --font-family-serif: 'Crimson Pro', -apple-system, helvetica, arial, sans-serif;

  /* Base Values */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* --font-size-base affects the font size of the body text */
  --font-size-xs: 0.75rem;
  --font-size-s: 0.875rem;
  --font-size-base: 1rem;
  --font-size-l: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2.5rem;
  --line-height-base: normal;
  --font-weight-base: var(--font-weight-regular);
  --font-stretch-base: normal;
  --letter-spacing-base: normal;
}
