@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,700,600|DM+Sans:400,500,700,600|Raleway:700"); /* @FONTWARNING[{"type": "restricted", "family": "Boba Berry-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -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: "Boba Berry-Regular";
  src: local("Boba Berry-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Boba Berry - Inner-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
/* Boba Berry Inner: add licensed boba-berry-inner.woff2 (optional .woff) under site-conf/fonts/ from the Boba Berry family package. */
@font-face {
  font-family: "Boba_Berry_-_Inner-Regular";
  src:
    url("fonts/boba-berry-inner.woff2") format("woff2"),
    url("fonts/boba-berry-inner.woff") format("woff"),
    local("Boba Berry - Inner Regular"),
    local("Boba Berry - Inner-Regular"),
    local("Boba Berry Inner");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Hiragino Kaku Gothic Std-W8", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Hiragino Kaku Gothic Std-W8";
  src: local("Hiragino Kaku Gothic Std-W8");
}
/* @FONTWARNING[{"type": "restricted", "family": "Hiragino Kaku Gothic Std-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Hiragino Kaku Gothic Std-Regular";
  src: local("Hiragino Kaku Gothic Std-Regular");
}
/* @FONTWARNING[{"type": "restricted", "family": "Macan-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Macan-Medium";
  src: local("Macan-Medium");
}
/* @FONTWARNING[{"type": "restricted", "family": "Macan-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Macan-Regular";
  src: local("Macan-Regular");
}
