@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

:root {
  --text-heading-color: rgba(31, 31, 31, 1);
  --white: rgba(254, 254, 255, 1);
  --gray-2: rgba(241, 245, 249, 1);
  --gray-color: rgba(190, 190, 190, 1);
  --red: rgba(255, 0, 0, 1);
  --cta: rgba(1, 55, 125, 1);
  --cta-2: rgba(0, 157, 209, 1);
  --07-font-family: "Poppins", Helvetica;
  --07-font-weight: 400;
  --07-font-size: 16px;
  --07-letter-spacing: 0px;
  --07-line-height: 120.00000476837158%;
  --07-font-style: normal;
  --03-font-family: "Poppins", Helvetica;
  --03-font-weight: 600;
  --03-font-size: 50px;
  --03-letter-spacing: 0px;
  --03-line-height: 120.00000476837158%;
  --03-font-style: normal;
  --02-font-family: "Poppins", Helvetica;
  --02-font-weight: 600;
  --02-font-size: 67px;
  --02-letter-spacing: 0px;
  --02-line-height: 120.00000476837158%;
  --02-font-style: normal;
  --04-font-family: "Poppins", Helvetica;
  --04-font-weight: 600;
  --04-font-size: 38px;
  --04-letter-spacing: 0px;
  --04-line-height: 120.00000476837158%;
  --04-font-style: normal;
}
