/* [next]/internal/font/google/source_sans_3_bea4f34c.module.css [app-client] (css) */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/da8a9dd0d68e512b-s.0n8i_inn0i2i9.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: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/94b4a5dc1fe84361-s.3wm_n5jv1to7s.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/ff5be760267bb4bc-s.3dkqd4mro2h3_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/99596c30eb072d3c-s.2fp9tilo6sy14.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/e5864b32625b6bc3-s.0m7i6b77o5yxd.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: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/e285ad1a914469f0-s.15241mr5-1s6i.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: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../media/47df9ba1c7236d3b-s.p.137759vg1sbmi.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: "Source Sans 3 Fallback";
  src: local(Arial);
  ascent-override: 109.21%;
  descent-override: 42.66%;
  line-gap-override: 0.0%;
  size-adjust: 93.76%;
}

.source_sans_3_bea4f34c-module__k9Mn2W__className {
  font-family: "Source Sans 3", "Source Sans 3 Fallback";
  font-style: normal;
}

.source_sans_3_bea4f34c-module__k9Mn2W__variable {
  --font-source-sans: "Source Sans 3", "Source Sans 3 Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --brand: #22c5f6;
  --brand-alt: #22f6b3;
  --on-brand: #000;
  --on-dark: #fff;
  --on-dark-muted: #ffffff73;
  --on-dark-border: #ffffff80;
  --overlay: #12141af0;
  --overlay-line: #ffffff1f;
  --overlay-fill: #ffffff1a;
  --scrim: #080c1273;
  --text: #000;
  --muted: #4b4b4b;
  --faint: #5a5a5a;
  --border: #0000001a;
  --surface: #fff;
  --header: #f2f4f5;
  --fill: #f2f2f2;
  --online: #3fa662;
  --info: #22c5f626;
  --info-solid: #d3edf5;
  --on-info: #0a4f63;
  --brand-ink: #067698;
  --danger: #d92d20;
  --danger-fill: #d92d2014;
  --glow: #06769859;
  --shadow-card: 0 4px 12px #0f131912;
  --shadow-raised: 0 2px 6px #0f13190f;
  --space-xs: 4px;
  --space-sm: 6px;
  --space-md: 10px;
  --space-lg: 12px;
  --space-xl: 16px;
  --space-xxl: 20px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --font-xs: 12px;
  --font-sm: 13px;
  --font-md: 14px;
  --font-lg: 16px;
  --font-xl: 17px;
  --font-xxl: 20px;
  --font-display: 26px;
  --font-sans: var(--font-source-sans), system-ui, -apple-system, "Segoe UI", Roboto,
    sans-serif;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --text: #eef2f6;
    --muted: #b6c0cc;
    --faint: #9faab7;
    --border: #ffffff24;
    --surface: #0f1319;
    --header: #171d25;
    --fill: #1c242e;
    --online: #53c77e;
    --info: #22c5f62e;
    --info-solid: #193b4b;
    --on-info: #8fdcf7;
    --brand-ink: #22c5f6;
    --danger: #f97066;
    --danger-fill: #f970661f;
    --glow: #22c5f673;
    --shadow-card: 0 8px 18px #0000002e;
    --shadow-raised: 0 4px 10px #00000029;
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

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

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  color: var(--text);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: var(--font-lg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  overflow-x: hidden;
}

img, svg {
  max-width: 100%;
  display: block;
}

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

button {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

::selection {
  background: var(--info);
}

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