
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.font-garet {
  font-family: "Garet", sans-serif;
}
