@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: "Avenir Next LT Pro-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5b730690fb2deb000a299d0b/AvenirNextLTPro-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Times New Roman-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/636cd5107dcef7c2a83cb8cc/fonts/timesnewromanpsmt.ttf")
    format("truetype");
}

@font-face {
  font-family: "Times New Roman-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/649e2363b0a7215929c8ec36/fonts/inter-semibold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Times New Roman-Italic";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/63ff7a6e56d7afb2bcf3bfb4/fonts/times-new-roman-italic.ttf")
    format("truetype");
}
