@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;
  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: "NB International Pro-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5ce67386b26d14000bda3d93/NB International Pro Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "NB International Pro-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/5ce67386b26d14000bda3d93/NB International Pro Light.otf")
    format("opentype");
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro-55Roman";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/601d5748f1e2d6422d0d0d38/fonts/neuehaasgrotdisp-55roman.otf")
    format("opentype");
}

@font-face {
  font-family: "Switzer-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/644bc6a194f7cca80b5eb444/fonts/switzer-light.otf")
    format("opentype");
}
