/** Global **/
/* styles.css */
body {
  font-family: "Montserrat", serif;
  color: #333;
}
.text-color-primary {
  color: #020659;
}
.text-color-secondary {
  color: #f1be14;
}
.bg-color-primary {
  background-color: #020659;
}
.bg-color-secondary {
  background-color: #f1be14;
}
.hover-bg-color-secondary:hover {
  background-color: #02053e;
}
h1,
h2 {
  font-family: "Montserrat", serif;
}
body h1 {
  font-weight: 700;
  font-size: 46px;
}
body p {
  font-size: 18px;
}
