/* [next]/internal/font/google/nunito_sans_6d486aea.module.css [app-client] (css) */
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/f813d0b748b050e0-s.0bue79j92ry8p.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/dcd150d580a10316-s.00vt6ovfanaoz.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/d261779aa92de579-s.08vb0en80h4ak.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/24ce79ed121239f3-s.0e7.nfwufgbbc.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/f141b5b7abe57afc-s.p.0-k1k9nod8chc.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Nunito Sans Fallback;
  src: local(Arial);
  ascent-override: 99.71%;
  descent-override: 34.82%;
  line-gap-override: 0.0%;
  size-adjust: 101.39%;
}

.nunito_sans_6d486aea-module__lfWxTW__className {
  font-family: Nunito Sans, Nunito Sans Fallback;
  font-style: normal;
}

.nunito_sans_6d486aea-module__lfWxTW__variable {
  --font-nunito-sans: "Nunito Sans", "Nunito Sans Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@font-face {
  font-family: Museo Slab;
  src: url("/fonts/museo-slab/Museo_Slab_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Museo Slab;
  src: url("/fonts/museo-slab/Museo_Slab_700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --background: #fffaf1;
  --accent: #05414f;
  --primary: #811c1a;
  --darkspace: #010614;
  --emerald: #10b981;
  --amber: orange;
  --card-dark: #0b132b;
  --foreground: #000;
  --link: #05414f;
  --text-primary: #000;
  --text-muted: #4a5568;
}

html, body {
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: var(--background);
  color: var(--text-primary);
  font-family: var(--font-nunito-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  margin: 0;
  display: flex;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Museo Slab, serif;
}

h1 {
  color: var(--accent);
  font-size: 52px;
  font-weight: 700;
}

h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

body, p {
  font-size: 22px;
  line-height: 1.6;
}

.btn-primary {
  background: var(--emerald);
  color: #010614;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 800;
  transition: all .2s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 15px #10b98199;
}

.btn-secondary {
  background: var(--amber);
  color: #010614;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 800;
  transition: all .2s;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 15px #ffa50099;
}

.card-dark {
  background: var(--card-dark);
  color: #fff;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 10px 30px #00000080;
}

.card-dark h3 {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.grid {
  gap: 2rem;
  display: grid;
}

.grid-cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.bg-cream {
  background: var(--background);
}

.bg-darkspace {
  background: var(--darkspace);
  color: #fff;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.mascot-container {
  z-index: 100;
  cursor: pointer;
  width: 120px;
  height: auto;
  transition: transform .2s;
  animation: 4s ease-in-out infinite bounce;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.mascot-container:hover {
  animation-play-state: paused;
  transform: scale(1.1)translateY(-5px) !important;
}

.app-header {
  background: var(--accent);
  z-index: 50;
  padding: 0 2rem;
  position: sticky;
  top: 0;
}

.header-content {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
}

.logo-container {
  background: #fff;
  border-radius: 0 0 16px 16px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
}

.nav-links a {
  color: #fff;
  margin-right: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--emerald);
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0.b_uhn._.css.map*/