:root {
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --theme_color_1: #d9610b;
  --theme_color_2: #b51818;
  --theme_color_3: #006d9c;
  --theme_color_4: #a4c0c7;

  /* HYPOSMART COLOR SCHEME */
  --primary_color_1: #1d4f90;
  --primary_color_2: #8d1656;
  --primary_color_3: #4c8b2b;
  --primary_color_4: #0071ce;

  --gray: #9b9b9b;
}

html {
  font-size: 100%;
}
body {
  font-size: 16px;
}

.Montserrat_UltraLight {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 200;
}
.Montserrat_Light {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.Montserrat_Regular {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.Montserrat_Bold {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
}
