@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
footer {
  background-color: var(--primary-color);
  text-align: center;
  padding: 40px 0;
  background-color: #F9F9F9;
  padding: 40px 0;
}
footer p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666666;
}
footer ul {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  footer ul {
    margin: 1rem 0;
  }
}
@media (max-width: 991px) {
  footer ul {
    display: flow;
  }
}
footer ul li {
  list-style: none;
}
footer ul li a {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #666666;
  font-weight: 700;
  text-decoration: none;
}

:root {
  --primary-color: #D03438;
  --secondary-color: #26377D;
  --third-color: #1E1D3F;
  --fourth-color: #60A7DC;
  --primary-color-light: rgb(46.6304347826, 45.0760869565, 97.9239130435);
  --primary-color-dark: black;
  --secondary-color-light: rgb(137.7989690722, 190.1340206186, 229.2010309278);
  --secondary-color-dark: rgb(38.6082474227, 116.9278350515, 175.3917525773);
  --contrast-color: #fff490;
  --text-color: #000000;
  --light-color: #F1F1F1;
  --gray: #666666;
  --gray-secondary: #767676;
  --light: #F1F2F9;
  --red: #D03438;
  --black: #231F20;
  --white: #FFFFFF;
  --blue: #26377D;
}

* {
  font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto";
}

img {
  max-width: 100%;
}

header {
  background-color: var(--light);
  padding-top: 19px;
  padding-bottom: 49px;
}
header img {
  max-width: 230px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  header img {
    max-width: 152px;
  }
}

/*# sourceMappingURL=styles.css.map */
