:root {
  /* Colors */
  --primary-color: #0094D0;
  --primary-color-hover: #006D97;
  --secondary-color: #00AA5A;

  --light-color: #f0f0f0; 
  --dark-color: #202020;
  
  /* Paragraph */
  --paragraph-font-family: 'Open Sans', sans-serif;
  --paragraph-font-size: 18px;
  --paragraph-font-weight: 400; 
  --paragraph-line-height: 30px;
  --paragraph-color: #000000;
  
  /* Title */
  --title-font-family: 'Encode Sans Semi Expanded', sans-serif;
  --title-font-size: 60px;
  --title-font-weight: 900;
  --title-text-transform: normal;
  --title-line-height: 1.2em;
  --title-color: #333333;
  
  /* Subtitle */
  --sub-title-font-family: 'Encode Sans Semi Expanded', sans-serif;
  --sub-title-font-size: 40px;
  --sub-title-font-weight: 700;
  --sub-title-text-transform: normal;
  --sub-title-line-height: 1.2em;
  --sub-title-color: #333333;
}
