/* Yardley Kitchen of Kindness - Brand fonts (self-hosted) */
/* Mirrors https://cdn.webmk.co/kitchen-of-kindness/css/font.css but served same-origin
   to avoid the CDN's cross-origin font CORS/caching issues. */

/* Bogue - display / headings */
@font-face {
  font-family: "Bogue";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Bogue-BoldItalic.woff2") format("woff2"),
       url("../assets/fonts/Bogue-BoldItalic.woff") format("woff");
}

/* DM Sans - body */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/DMSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/DMSans-SemiBold.ttf") format("truetype");
}
