* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/FoundersGrotesk-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk Condensed";
  src: url("../fonts/FoundersGroteskCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Founders Grotesk", sans-serif;
}

/* Kill mobile double-tap-zoom on interactive controls of plugin shortcodes.
   `manipulation` keeps pinch-zoom (a11y) but removes the 300ms click delay
   and the double-tap-zoom behaviour that fires on rapid +/- stepper taps. */
button,
[role="button"],
input,
select,
textarea,
a {
  touch-action: manipulation;
}
