@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@500&family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900;0,1000;1,1000&family=Barlow+Semi+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900;0,1000;1,1000&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  /*-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: "Upheaval Pro-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/65c8c97b102ffff5284bdaae/fonts/upheavalpro.otf")
    format("opentype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Barlow Semi Condensed-Medium", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Barlow Semi Condensed-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5b47779c9c58a9000aaf8cd4/BarlowSemiCondensed-Medium.ttf")
    format("truetype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Barlow Semi Condensed-Bold", "weight": "400", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Barlow Semi Condensed-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5ae09bd755f2da000ce13869/BarlowSemiCondensed-Bold.ttf")
    format("truetype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Upheaval Pro", "weight": "var(--retro-menu-font-weight)", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Upheaval Pro";
  src: local("Upheaval Pro");
}
