@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* Aliases onto the theme's own bundled fonts (Clash Display / Apercu Pro) instead of
   the Figma export's external anima-uploads S3 links — keeps font names from the
   Figma HTML working without depending on a third-party host. */
@font-face {
  font-family: "Clash Display-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
       url("../fonts/ClashDisplay-Medium.woff") format("woff"),
       url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Pro-Medium";
  src: url("../fonts/apercu_medium_pro.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Pro-Regular";
  src: url("../fonts/apercu_regular_pro.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
