@charset "UTF-8";
/* Legacy UI font fallback to avoid missing glyphs */
:root {
  font-family: "Inter", "Noto Sans", "Poppins", "Roboto", "Segoe UI", "Arial", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Inter", "Noto Sans", "Poppins", "Roboto", "Segoe UI", "Arial", sans-serif;
}

h1,
h2,
h3,
.site-title,
.brand,
.logo {
  font-family: "Pacifico", "Inter", cursive;
}
