:root {
  --primary-font: 'Open Sans', sans-serif;
  --opensans-light: 300;
  --opensans-regular: 400;
  --opensans-medium: 500;
  --opensans-semibold: 600;
  --opensans-bold: 700;
  --opensans-extrabold: 800;
  --secondary-font: 'Roboto Condensed', sans-serif;
  --robotocondensed-light: 300;
  --robotocondensed-regular: 400;
  --robotocondensed-bold: 700;
  --teritiory-font: 'Roboto', sans-serif;
  --roboto-thin: 100;
  --roboto-light: 300;
  --roboto-regular: 400;
  --roboto-medium: 500;
  --roboto-bold: 700;
  --roboto-black: 900;
}

/* Line Height */
:root {
  --line-height-large: 28.8px;
  --line-height-larger: 70px;
  --line-height-normal: 36px;
  --line-height-small: 24px;
  --line-height-sm: 27px;
  --line-height-smaller: 22px;
  --line-height-sm1: 30px;
  --line-height-sm2: 40px;
  --line-height-sm3: 25.2px;
  --line-height-sm4: 18px;
}

:root {
  --font-size-1: 64px;
  --font-size-2: 36px;
  --font-size-3: 14px;
  --font-size-4: 24px;
  --font-size-5: 20px;
  --font-size-6: 21px;
  --font-size-7: 34px;
  --font-size-8: 16px;
  --font-size-9: 18px;
}

body {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.44;
}
