@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Parkinsans:wght@400;500;600;700&family=Poppins:wght@400;500&family=Plus+Jakarta+Sans:wght@400;600&display=swap");
* {
  -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;
}

/* "Cherry Bomb One" (Google Fonts); Figma name was Cherry_Bomb-Regular */
@font-face {
  font-family: "Cherry_Bomb-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/cherrybombone/v11/y83DW4od1h6KlV3c6JJhRhGOdhrKDA.ttf")
    format("truetype");
}

/* Not `font-*` — Tailwind reserves that prefix; use `ff-` = font-family */
.ff-hippo-wordmark {
  font-family: "Cherry_Bomb-Regular", Helvetica, sans-serif;
}

.ff-manrope {
  font-family: "Manrope", Helvetica, sans-serif;
}

.ff-parkinsans {
  font-family: "Parkinsans", Helvetica, sans-serif;
}

.ff-poppins {
  font-family: "Poppins", Helvetica, sans-serif;
}

.ff-plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
}

.ff-redaction-10 {
  font-family: "Manrope", Helvetica, sans-serif;
}
/* @FONTWARNING[{"type": "restricted", "family": "Redaction 10-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */

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