:root {
  --font-family-base: skoda next, -apple-system, helvetica, arial, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;

  /* --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;
  --line-height-base: 1.5;
  --font-weight-base: var(--font-weight-regular);
  --font-stretch-base: normal;
  --letter-spacing-base: normal;
}
