@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%;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  height: auto;
}
/* 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 Cyr-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5c5954fbe21217000c4e8adb/AvenirNextCyr-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Avenir Next Cyr-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/5c55563ec806ca000bc459be/AvenirNextCyr-Medium.ttf")
    format("truetype");
}*/


@font-face { 
    font-family: "Avenir Next Cyr-Regular"; 
    src: url('fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face { 
    font-family: "Creamy Coconut-Regular"; 
    src: url('fonts/Creamy-Coconut.woff2') format('woff2'),
        url('fonts/Creamy-Coconut.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face { 
    font-family: "A Andai Kata-Regular"; 
    src: url('fonts/AAndaiKata.woff2') format('woff2'),
        url('fonts/AAndaiKata.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}