@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/Albert_Sans/AlbertSans-VariableFont_wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("../fonts/Albert_Sans/AlbertSans-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-family-sans-serif: "Albert Sans", sans-serif;
}

html,
body {
  font-family: "Albert Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: rgb(0, 80, 117);
}

h1 {
  font-size: 1.9rem;
  font-weight: 500;
}

h2 {
  font-size: 1.8rem;
}

footer h1,h2 {
  color: rgb(255, 255, 255);
}

.home_card_text {
  font-family: "Albert Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

b {
  font-weight: 600;
}