/* ABC Daily Scotch (Trial) + Sweet Sans Pro — self-hosted; confirm licensing for production */

@font-face {
  font-family: "ABC Daily Scotch";
  src: url("assets/fonts/abc-daily-scotch/ABCDailyScotch-Regular-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Daily Scotch";
  src: url("assets/fonts/abc-daily-scotch/ABCDailyScotch-Medium-Trial.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABC Daily Scotch";
  src: url("assets/fonts/abc-daily-scotch/ABCDailyScotch-Bold-Trial.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sweet Sans Pro";
  src: url("assets/fonts/sweet-sans/SweetSansPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sweet Sans Pro";
  src: url("assets/fonts/sweet-sans/SweetSansPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sweet Sans Pro";
  src: url("assets/fonts/sweet-sans/SweetSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
