@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:var(--body-text-xs-font-medium-font-weight)"); /* @FONTWARNING[{"type": "restricted", "family": "Apercu Pro", "weight": "var(--text-11-regular-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  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;
}

@font-face {
  font-family: "Apercu Pro";
  src: local("Apercu Pro");
}
/* @FONTWARNING[{"type": "restricted", "family": "Apercu Pro-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Apercu Pro-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5c507f08e900f8000a909e03/apercu_bold_pro.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Apercu Pro-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Apercu Pro-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5c507f08e900f8000a909e03/apercu_medium_pro.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Clash Display-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Clash Display-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/6076eebf9078da4652cd4c94/fonts/clashdisplay-medium.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Apercu Pro-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Apercu Pro-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5c502852e900f8000dc7d355/ApercuPro-Regular.ttf")
    format("truetype");
}
