@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;900&family=Quicksand:wght@300;400;700&display=swap');

:root {
  --darken_blue: #002535;
  --secundary_darken: #003851;
  --green: #21646d;
  --lighter_blue: #bfd2d9;
  --regular_blue: #3b89ad;
  --white: #fff;
  --text-dark: #0f1e33;
  --text-muted: #6b7a8d;
}
