/* Make sure CMS grabs the correct family */
:root {
  font-family: "Non-Dottee", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Light (300) */
@font-face {
  font-family: "Non-Dottee";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757010161/Fonts/WOFF2/Non-Dottee/Non-Dottee-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "Non-Dottee";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757010188/Fonts/WOFF2/Non-Dottee/Non-Dottee-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "Non-Dottee";
  src: url("https://res.cloudinary.com/giftcloud/raw/upload/v1757010154/Fonts/WOFF2/Non-Dottee/Non-Dottee-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
