@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@400;500;600;700&display=swap");
@import url("./fig-assets.css");

/* Alias the Figma face names baked into the materialized frame components
   onto the project's Gilroy family (defined in ds/colors_and_type.css). */
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../../../ds/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../../../ds/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
