:root {
  --font-size-base: 16px;
  --font-size-xxs: 0.625rem; /* 10px */
  --font-size-xs: 0.75rem; /* 12px */
  --font-size-s: 0.875rem; /* 14px */
  --font-size-m: 1rem; /* 16px */
  --font-size-l: 1.125rem; /* 18px */
  --font-size-xl: 1.25rem; /* 20px */
  --font-size-2xl: 1.5rem; /* 24px */
  --font-size-3xl: 1.75rem; /* 28px */
  --font-size-4xl: 2rem; /* 32px*/
  --font-size-5xl: 2.25rem; /* 36px */
  --font-size-6xl: 3rem; /* 48px */

  --font-line-height-100: 1.1;
  --font-line-height-200: 1.42;
  --font-line-height-300: 20px;
  --font-line-height-400: 40px;

  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
