/* Roboto — variable font, used for titles/headings */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Variable.ttf") format("truetype-variations"),
       url("../fonts/Roboto/Roboto-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic-Variable.ttf") format("truetype-variations"),
       url("../fonts/Roboto/Roboto-Italic-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
}

/* General Sans — used for sub-titles, descriptions, and general copy */
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans/GeneralSans-Regular.woff2") format("woff2"),
       url("../fonts/GeneralSans/GeneralSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans/GeneralSans-Medium.woff2") format("woff2"),
       url("../fonts/GeneralSans/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans/GeneralSans-Semibold.woff2") format("woff2"),
       url("../fonts/GeneralSans/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans/GeneralSans-Bold.woff2") format("woff2"),
       url("../fonts/GeneralSans/GeneralSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
