@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:700,900|Bebas+Neue:700|DM+Sans:500,400,italic|Cal+Sans:400"); /* @FONTWARNING[{"type": "restricted", "family": "Geometr706 Md BT-Black", "weight": "900", "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: "Geometr706 Md BT-Black";
  src: local("Geometr706 Md BT-Black");
}
/* @FONTWARNING[{"type": "restricted", "family": "Levenim MT-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": true}] */

@font-face {
  font-family: "Levenim MT-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/608f1b99827c4ba692bf3c47/fonts/lvnmbd.ttf")
    format("truetype");
}
/* @FONTWARNING[{"type": "restricted", "family": "Kind Sans-RegularItalic", "weight": "400", "style": "italic", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Kind Sans-RegularItalic";
  src: local("Kind Sans-RegularItalic");
}
