@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,700|Heebo:400,500,700");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-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: "KYMBSD+buTactica1.2-Light-Unknown";
  src: url("https://c.animaapp.com/HYPHIqCN/img/kymbsd_butactica1_2_light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "KYMBSD+buToscana1.0-Bold";
  src: url("https://c.animaapp.com/HYPHIqCN/img/kymbsd_butoscana1_0_bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KYMBSD+buToscana1.0-Regular";
  src: url("fonts/buToscana-Regular.woff") format("woff"),
    url("fonts/buToscana-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "KYMBSD+buToscana1.0-Medium";
  src: url("fonts/buToscana-Medium.woff") format("woff"),
    url("fonts/buToscana-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
