/*
 * Farmhouse Supply Co — self-hosted brand fonts
 * Bebas Neue (display/headings) + DM Sans (body)
 * Both OFL-licensed (SIL Open Font License 1.1) — see OFL.txt in each
 * subfolder. Sourced from github.com/google/fonts.
 */

@font-face {
  font-family: "Bebas Neue";
  src: url("./bebas-neue/BebasNeue-Regular.woff2") format("woff2"),
       url("./bebas-neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Regular.woff2") format("woff2"),
       url("./dm-sans/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "DM Sans";
  src: url("./dm-sans/DMSans-Bold.woff2") format("woff2"),
       url("./dm-sans/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
