@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:500,400|DM+Sans:700,600,400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  overflow-x: scroll;
  width: 100%;
  min-width: 1440px;
}
/* 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: "SF Pro Rounded-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/5c5d4a95067ddd000d055b5d/SF-Pro-Rounded-Light.otf")
    format("opentype");
}

@font-face {
  font-family: "SF Pro Rounded-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/626037ea95bd0d454b070cd6/fonts/sf-pro-rounded-regular.otf")
    format("opentype");
}

@font-face {
  font-family: "SF Pro Text-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/6539d51e0dbdc65b57fa27ef/fonts/sf-pro-text-medium.otf")
    format("opentype");
}

@font-face {
  font-family: "SF Pro Display-Semibold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/62600488abc580a946ffeaea/fonts/fontsfree-net-sfprodisplay-semibold.ttf")
    format("truetype");
}
