/* [next]/internal/font/google/nunito_22336911.module.css [app-client] (css) */
@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../media/224e262ef877bfa4-s.753dfc0d.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;
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../media/7f11d98043fdedc9-s.317fa95e.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../media/e6d00ff86ef9e699-s.51ae28b9.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;
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../media/d8cb5ab3660140cd-s.3379eac0.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;
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("../media/07454f8ad8aaac57-s.p.fc65572f.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 Fallback;
  src: local(Arial);
  ascent-override: 99.71%;
  descent-override: 34.82%;
  line-gap-override: 0.0%;
  size-adjust: 101.39%;
}

.nunito_22336911-module__FLPYxG__className {
  font-family: Nunito, Nunito Fallback;
  font-style: normal;
}

.nunito_22336911-module__FLPYxG__variable {
  --font-nunito: "Nunito", "Nunito Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --white: #fff;
  --black: #000;
  --foreground: #171717;
  --primary: #6b2182;
  --secondary: #f4f2ff;
  --gray: #e8e8e8;
  --white-transparent: #ffffff40;
  --font-nunito: "Nunito", sans-serif;
  --sidebar-width: 20%;
  --main-width: 80%;
  --title-font-size: 24px;
  --heading-font-size: 18px;
  --paragraph-font-size: 16px;
}

html, body {
  flex-direction: column;
  max-width: 100vw;
  display: flex;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100vh;
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-nunito);
  margin: 0;
  padding: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 480px) {
  :root {
    --window-width: 480px;
    --title-font-size: 20px;
    --heading-font-size: 16px;
    --paragraph-font-size: 14px;
  }
}

@media (max-width: 640px) {
  :root {
    --window-width: 640px;
    --title-font-size: 22px;
    --heading-font-size: 17px;
    --paragraph-font-size: 15px;
  }
}

@media (max-width: 768px) {
  :root {
    --window-width: 768px;
    --title-font-size: 24px;
    --heading-font-size: 18px;
    --paragraph-font-size: 16px;
  }
}

@media (max-width: 1024px) {
  :root {
    --window-width: 1024px;
    --title-font-size: 26px;
    --heading-font-size: 20px;
    --paragraph-font-size: 17px;
  }
}

@media (max-width: 1280px) {
  :root {
    --window-width: 1280px;
    --title-font-size: 28px;
    --heading-font-size: 22px;
    --paragraph-font-size: 18px;
  }
}

@media (max-width: 1536px) {
  :root {
    --window-width: 1536px;
    --title-font-size: 30px;
    --heading-font-size: 24px;
    --paragraph-font-size: 19px;
  }
}

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