/* Blent Coffee — webfonts
   Grota Sans Alt Rounded (Latinotype) is the single brand typeface:
   a warm, rounded geometric sans used for everything from packaging to menus.
   The cursive "blent" wordmark itself is a custom-drawn logo (image asset),
   not a font — never set live text in a script face. */

@font-face {
  font-family: "Grota Sans Alt Rounded";
  src: url("../assets/fonts/GrotaSansAltRounded-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grota Sans Alt Rounded";
  src: url("../assets/fonts/GrotaSansAltRounded.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grota Sans Alt Rounded";
  src: url("../assets/fonts/GrotaSansAltRounded-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grota Sans Alt Rounded";
  src: url("../assets/fonts/GrotaSansAltRounded-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Grota Sans Alt Rounded";
  src: url("../assets/fonts/GrotaSansAltRounded-BlackIt.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
