/* NCL approved typefaces — load this on every NCL deliverable. */

@font-face {
  font-family: "Glamour Luxury";
  src: url("glamourluxury-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glamour Luxury";
  src: url("glamourluxury-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glamour Luxury";
  src: url("glamourluxury-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glamour Luxury";
  src: url("glamourluxury-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glamour Luxury Round";
  src: url("glamourluxury-Round.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eyesome Script";
  src: url("EyesomeScript.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luxurious Script";
  src: url("LuxuriousScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
