@font-face {
  font-family: "Chevy-Sans";
  src: url("https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/1cb414e6-c2d7-404e-b834-8ad13f0b7a90.woff2")
    format("woff");
  font-weight: 600; /* Demi */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chevy-Sans";
  src: url("https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/e36225c1-3385-49d5-866d-717a1f769b06.woff2")
    format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chevy-Sans";
  src: url("https://central-content-store-production.s3.us-east-2.amazonaws.com/uploads/ca6c7786-576c-48d4-8f5f-fb1ea9b932c7.woff2")
    format("woff");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

:root {
  --font-chevy: "Chevy-Sans", sans-serif;
}

.font-medium {
  font-family: var(--font-chevy);
  font-weight: 500;
}

.font-demi {
  font-family: var(--font-chevy);
  font-weight: 600;
}

.font-bold {
  font-family: var(--font-chevy);
  font-weight: 700;
}

body {
  font-family: var(--font-chevy);
}
