/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Plus Jakarta Sans Variable", ui-sans-serif, system-ui, -apple-system,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-serif: "Source Serif 4 Variable", ui-serif, Georgia,
    "Times New Roman", serif;
    --font-mono: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo,
    Consolas, "Liberation Mono", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-orange-50: #fff7ed;
    --color-orange-200: #ffd7a8;
    --color-orange-500: #fe6e00;
    --color-orange-600: #f05100;
    --color-orange-700: #c53c00;
    --color-orange-800: #9f2d00;
    --color-amber-50: #fffbeb;
    --color-amber-200: #fee685;
    --color-amber-500: #f99c00;
    --color-amber-700: #b75000;
    --color-yellow-50: #fefce8;
    --color-yellow-200: #fff085;
    --color-yellow-700: #a36100;
    --color-emerald-50: #ecfdf5;
    --color-emerald-100: #d0fae5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-300: #5ee9b5;
    --color-emerald-400: #00d294;
    --color-emerald-500: #00bb7f;
    --color-emerald-600: #009767;
    --color-emerald-700: #007956;
    --color-emerald-800: #005f46;
    --color-sky-50: #f0f9ff;
    --color-sky-200: #b8e6fe;
    --color-sky-700: #0069a4;
    --color-blue-50: #eff6ff;
    --color-blue-200: #bedbff;
    --color-blue-700: #1447e6;
    --color-indigo-50: #eef2ff;
    --color-indigo-200: #c7d2ff;
    --color-indigo-500: #625fff;
    --color-purple-50: #faf5ff;
    --color-purple-200: #e9d5ff;
    --color-purple-500: #ac4bff;
    --color-purple-700: #8200da;
    --color-pink-50: #fdf2f8;
    --color-pink-200: #fccee8;
    --color-pink-700: #c4005c;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --radius-md: .5rem;
    --radius-lg: .75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Fraunces Variable", ui-serif, Georgia, "Times New Roman", serif;
    --color-background: #faf9f7;
    --color-foreground: #1c1b1a;
    --color-card: #fff;
    --color-muted: #f2f0ec;
    --color-muted-foreground: #6f6b66;
    --color-border: #e7e3dc;
    --color-input: #e7e3dc;
    --color-primary: #2e6b5e;
    --color-primary-foreground: #fff;
    --color-ring: #2e6b5e;
    --color-sidebar: #1b3a34;
    --color-sidebar-foreground: #e8f4f1;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-orange-50: lab(97.7008% 1.53735 5.90649);
      --color-orange-200: lab(88.4871% 9.94918 28.8378);
      --color-orange-500: lab(64.272% 57.1788 90.3583);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-orange-700: lab(46.4615% 57.7275 70.8507);
      --color-orange-800: lab(37.1566% 46.6433 50.5562);
      --color-amber-50: lab(98.6252% -.635922 8.42309);
      --color-amber-200: lab(91.7203% -.505269 49.9084);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-yellow-50: lab(98.6846% -1.79055 9.7766);
      --color-yellow-200: lab(94.3433% -5.00429 52.9663);
      --color-yellow-700: lab(47.8202% 25.2426 66.5015);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-100: lab(94.9004% -17.0769 5.63836);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-300: lab(83.9203% -48.7124 13.8849);
      --color-emerald-400: lab(75.0771% -60.7313 19.4147);
      --color-emerald-500: lab(66.9756% -58.27 19.5419);
      --color-emerald-600: lab(55.0481% -49.9246 15.93);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-emerald-800: lab(35.3675% -33.1188 8.04002);
      --color-sky-50: lab(97.3623% -2.33802 -4.13098);
      --color-sky-200: lab(88.6983% -11.3978 -16.8488);
      --color-sky-700: lab(41.6013% -9.10804 -42.5647);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-indigo-50: lab(95.4818% .411302 -6.78529);
      --color-indigo-200: lab(84.4329% 3.18977 -23.9688);
      --color-indigo-500: lab(48.295% 38.3129 -81.9673);
      --color-purple-50: lab(97.1627% 2.99937 -4.13398);
      --color-purple-200: lab(87.8405% 13.4282 -18.7159);
      --color-purple-500: lab(52.0183% 66.11 -78.2316);
      --color-purple-700: lab(36.1758% 69.8525 -80.0381);
      --color-pink-50: lab(96.4459% 4.53997 -1.49434);
      --color-pink-200: lab(87.4504% 19.6 -6.46662);
      --color-pink-700: lab(42.1737% 71.8009 7.42233);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  h1, h2, h3, h4, h5 {
    font-family: var(--font-display);
    text-wrap: balance;
    font-weight: 600;
    line-height: 1.15;
  }

  p {
    text-wrap: pretty;
  }

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

  ::selection {
    background-color: #2e6b5e38;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::selection {
      background-color: color-mix(in oklab, var(--color-primary) 22%, transparent);
    }
  }

  img, video, svg {
    max-width: 100%;
    height: auto;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .top-0 {
    top: 0;
  }

  .top-1\/2 {
    top: 50%;
  }

  .bottom-0 {
    bottom: 0;
  }

  .left-0 {
    left: 0;
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * .5);
  }

  .mb-1 {
    margin-bottom: var(--spacing);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[600px\] {
    max-height: 600px;
  }

  .min-h-\[44px\] {
    min-height: 44px;
  }

  .min-h-\[100svh\] {
    min-height: 100svh;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[140px\] {
    max-width: 140px;
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xs {
    max-width: var(--container-xs);
  }

  .min-w-0 {
    min-width: 0;
  }

  .min-w-\[44px\] {
    min-width: 44px;
  }

  .min-w-\[90px\] {
    min-width: 90px;
  }

  .min-w-\[160px\] {
    min-width: 160px;
  }

  .min-w-\[540px\] {
    min-width: 540px;
  }

  .min-w-\[600px\] {
    min-width: 600px;
  }

  .min-w-\[700px\] {
    min-width: 700px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-border > :not(:last-child)) {
    border-color: var(--color-border);
  }

  .self-start {
    align-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-amber-200 {
    border-color: var(--color-amber-200);
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-border {
    border-color: var(--color-border);
  }

  .border-border\/50 {
    border-color: #e7e3dc80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/50 {
      border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
    }
  }

  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-emerald-500 {
    border-color: var(--color-emerald-500);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-indigo-200 {
    border-color: var(--color-indigo-200);
  }

  .border-input {
    border-color: var(--color-input);
  }

  .border-orange-200 {
    border-color: var(--color-orange-200);
  }

  .border-pink-200 {
    border-color: var(--color-pink-200);
  }

  .border-primary {
    border-color: var(--color-primary);
  }

  .border-primary\/30 {
    border-color: #2e6b5e4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/30 {
      border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
    }
  }

  .border-purple-200 {
    border-color: var(--color-purple-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-sky-200 {
    border-color: var(--color-sky-200);
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-white\/30 {
    border-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/30 {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-t-white {
    border-top-color: var(--color-white);
  }

  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-card {
    background-color: var(--color-card);
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-emerald-50\/30 {
    background-color: #ecfdf54d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-50\/30 {
      background-color: color-mix(in oklab, var(--color-emerald-50) 30%, transparent);
    }
  }

  .bg-emerald-50\/50 {
    background-color: #ecfdf580;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-50\/50 {
      background-color: color-mix(in oklab, var(--color-emerald-50) 50%, transparent);
    }
  }

  .bg-emerald-50\/60 {
    background-color: #ecfdf599;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-50\/60 {
      background-color: color-mix(in oklab, var(--color-emerald-50) 60%, transparent);
    }
  }

  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }

  .bg-emerald-400\/20 {
    background-color: #00d29433;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-400\/20 {
      background-color: color-mix(in oklab, var(--color-emerald-400) 20%, transparent);
    }
  }

  .bg-emerald-500\/20 {
    background-color: #00bb7f33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/20 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }

  .bg-foreground {
    background-color: var(--color-foreground);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }

  .bg-muted {
    background-color: var(--color-muted);
  }

  .bg-muted\/30 {
    background-color: #f2f0ec4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/30 {
      background-color: color-mix(in oklab, var(--color-muted) 30%, transparent);
    }
  }

  .bg-muted\/40 {
    background-color: #f2f0ec66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/40 {
      background-color: color-mix(in oklab, var(--color-muted) 40%, transparent);
    }
  }

  .bg-muted\/50 {
    background-color: #f2f0ec80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
    }
  }

  .bg-muted\/60 {
    background-color: #f2f0ec99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/60 {
      background-color: color-mix(in oklab, var(--color-muted) 60%, transparent);
    }
  }

  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }

  .bg-orange-50\/40 {
    background-color: #fff7ed66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange-50\/40 {
      background-color: color-mix(in oklab, var(--color-orange-50) 40%, transparent);
    }
  }

  .bg-pink-50 {
    background-color: var(--color-pink-50);
  }

  .bg-primary {
    background-color: var(--color-primary);
  }

  .bg-primary\/5 {
    background-color: #2e6b5e0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/5 {
      background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
    }
  }

  .bg-primary\/8 {
    background-color: #2e6b5e14;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/8 {
      background-color: color-mix(in oklab, var(--color-primary) 8%, transparent);
    }
  }

  .bg-primary\/10 {
    background-color: #2e6b5e1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }

  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-sidebar {
    background-color: var(--color-sidebar);
  }

  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-sidebar {
    --tw-gradient-from: var(--color-sidebar);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-sidebar\/95 {
    --tw-gradient-via: #1b3a34f2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-sidebar\/95 {
      --tw-gradient-via: color-mix(in oklab, var(--color-sidebar) 95%, transparent);
    }
  }

  .via-sidebar\/95 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-sidebar\/80 {
    --tw-gradient-to: #1b3a34cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-sidebar\/80 {
      --tw-gradient-to: color-mix(in oklab, var(--color-sidebar) 80%, transparent);
    }
  }

  .to-sidebar\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: var(--spacing);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-display {
    font-family: var(--font-display);
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-amber-500 {
    color: var(--color-amber-500);
  }

  .text-amber-700 {
    color: var(--color-amber-700);
  }

  .text-background {
    color: var(--color-background);
  }

  .text-blue-700 {
    color: var(--color-blue-700);
  }

  .text-emerald-300 {
    color: var(--color-emerald-300);
  }

  .text-emerald-400 {
    color: var(--color-emerald-400);
  }

  .text-emerald-500 {
    color: var(--color-emerald-500);
  }

  .text-emerald-600 {
    color: var(--color-emerald-600);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-800 {
    color: var(--color-emerald-800);
  }

  .text-foreground {
    color: var(--color-foreground);
  }

  .text-foreground\/70 {
    color: #1c1b1ab3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-foreground\/70 {
      color: color-mix(in oklab, var(--color-foreground) 70%, transparent);
    }
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-indigo-500 {
    color: var(--color-indigo-500);
  }

  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }

  .text-muted-foreground\/40 {
    color: #6f6b6666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-muted-foreground\/40 {
      color: color-mix(in oklab, var(--color-muted-foreground) 40%, transparent);
    }
  }

  .text-orange-500 {
    color: var(--color-orange-500);
  }

  .text-orange-600 {
    color: var(--color-orange-600);
  }

  .text-orange-700 {
    color: var(--color-orange-700);
  }

  .text-orange-800 {
    color: var(--color-orange-800);
  }

  .text-pink-700 {
    color: var(--color-pink-700);
  }

  .text-primary {
    color: var(--color-primary);
  }

  .text-primary-foreground {
    color: var(--color-primary-foreground);
  }

  .text-primary\/60 {
    color: #2e6b5e99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/60 {
      color: color-mix(in oklab, var(--color-primary) 60%, transparent);
    }
  }

  .text-purple-500 {
    color: var(--color-purple-500);
  }

  .text-purple-700 {
    color: var(--color-purple-700);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-sidebar-foreground {
    color: var(--color-sidebar-foreground);
  }

  .text-sky-700 {
    color: var(--color-sky-700);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/30 {
    color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/30 {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .text-white\/40 {
    color: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/40 {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .text-white\/50 {
    color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/50 {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .text-white\/60 {
    color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/60 {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  .text-yellow-700 {
    color: var(--color-yellow-700);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 12px 24px -6px var(--tw-shadow-color, #1c1b1a1f), 0 6px 12px -6px var(--tw-shadow-color, #1c1b1a1a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #1c1b1a14), 0 1px 2px -1px var(--tw-shadow-color, #1c1b1a14);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 24px 48px -12px var(--tw-shadow-color, #1c1b1a2e);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  @media (hover: hover) {
    .group-hover\:text-emerald-400:is(:where(.group):hover *) {
      color: var(--color-emerald-400);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: var(--color-primary);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-white\/70:is(:where(.group):hover *) {
      color: #ffffffb3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:text-white\/70:is(:where(.group):hover *) {
        color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }

  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .last\:pb-0:last-child {
    padding-bottom: 0;
  }

  @media (hover: hover) {
    .hover\:border-primary\/30:hover {
      border-color: #2e6b5e4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-primary\/30:hover {
        border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-primary\/40:hover {
      border-color: #2e6b5e66;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-primary\/40:hover {
        border-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-emerald-50:hover {
      background-color: var(--color-emerald-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-foreground\/90:hover {
      background-color: #1c1b1ae6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-foreground\/90:hover {
        background-color: color-mix(in oklab, var(--color-foreground) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted:hover {
      background-color: var(--color-muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/20:hover {
      background-color: #f2f0ec33;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/20:hover {
        background-color: color-mix(in oklab, var(--color-muted) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/30:hover {
      background-color: #f2f0ec4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/30:hover {
        background-color: color-mix(in oklab, var(--color-muted) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/40:hover {
      background-color: #f2f0ec66;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/40:hover {
        background-color: color-mix(in oklab, var(--color-muted) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/10:hover {
      background-color: #2e6b5e1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/10:hover {
        background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: #2e6b5ee6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/8:hover {
      background-color: #ffffff14;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/8:hover {
        background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-foreground:hover {
      color: var(--color-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 10px -2px var(--tw-shadow-color, #1c1b1a1a), 0 2px 6px -2px var(--tw-shadow-color, #1c1b1a14);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-transparent:focus {
    border-color: #0000;
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--color-ring);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:bg-emerald-100:active {
    background-color: var(--color-emerald-100);
  }

  .active\:bg-foreground\/80:active {
    background-color: #1c1b1acc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-foreground\/80:active {
      background-color: color-mix(in oklab, var(--color-foreground) 80%, transparent);
    }
  }

  .active\:bg-muted\/50:active {
    background-color: #f2f0ec80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-muted\/50:active {
      background-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
    }
  }

  .active\:bg-primary\/20:active {
    background-color: #2e6b5e33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-primary\/20:active {
      background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
    }
  }

  .active\:bg-primary\/80:active {
    background-color: #2e6b5ecc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .active\:bg-primary\/80:active {
      background-color: color-mix(in oklab, var(--color-primary) 80%, transparent);
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (min-width: 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:self-auto {
      align-self: auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-4 {
      top: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/.pnpm/@fontsource-variable+inter@5.2.8/node_modules/@fontsource-variable/inter/index.css [app-client] (css) */
@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-cyrillic-ext-wght-normal.20g3-bbbhdq0_.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-cyrillic-wght-normal.2cxlyxah-fd35.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-greek-ext-wght-normal.0mkxydxl0e43d.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-greek-wght-normal.1rx9vjatjkdar.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-vietnamese-wght-normal.2kcj5i_8uff48.woff2") format("woff2-variations");
  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: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-latin-ext-wght-normal.3gdi_th3seg1n.woff2") format("woff2-variations");
  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: Inter Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/inter-latin-wght-normal.0gsaq8ukbf34m.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+roboto@5.2.10/node_modules/@fontsource-variable/roboto/index.css [app-client] (css) */
@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-cyrillic-ext-wght-normal.44cmwr35kxpow.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-cyrillic-wght-normal.2p8tdtm3u3dlb.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-greek-ext-wght-normal.0gqorpcbeuuxo.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-greek-wght-normal.1850vtbojy2nc.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-math-wght-normal.12erot-sxubuo.woff2") format("woff2-variations");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-symbols-wght-normal.0l6l_y8kfg0r0.woff2") format("woff2-variations");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-vietnamese-wght-normal.3m9gdd7_82se_.woff2") format("woff2-variations");
  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: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-latin-ext-wght-normal.0luvcbqx89a-2.woff2") format("woff2-variations");
  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: Roboto Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/roboto-latin-wght-normal.113jqrlu1v-_f.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+montserrat@5.2.8/node_modules/@fontsource-variable/montserrat/index.css [app-client] (css) */
@font-face {
  font-family: Montserrat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/montserrat-cyrillic-ext-wght-normal.31kzpg2b0a5rp.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/montserrat-cyrillic-wght-normal.34sqywawp5ooo.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/montserrat-vietnamese-wght-normal.3-nce-jb_9bxk.woff2") format("woff2-variations");
  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: Montserrat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/montserrat-latin-ext-wght-normal.0qrnuj2_50brc.woff2") format("woff2-variations");
  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: Montserrat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/montserrat-latin-wght-normal.0s216eisv2o7-.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+open-sans@5.2.7/node_modules/@fontsource-variable/open-sans/index.css [app-client] (css) */
@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-cyrillic-ext-wght-normal.1jus7mcr46pb4.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-cyrillic-wght-normal.0orhtvbdpws0l.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-greek-ext-wght-normal.229c9s1rqt9cy.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-greek-wght-normal.0ds3fnz70jfa5.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-hebrew-wght-normal.08udq195i74a2.woff2") format("woff2-variations");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-math-wght-normal.09fr_k7zvghwd.woff2") format("woff2-variations");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-symbols-wght-normal.1gwbmjxtz_q4f.woff2") format("woff2-variations");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-vietnamese-wght-normal.228yawgkkl6ko.woff2") format("woff2-variations");
  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: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-latin-ext-wght-normal.3qf4mfnq2ftcc.woff2") format("woff2-variations");
  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: Open Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url("../media/open-sans-latin-wght-normal.3n8ppntdid8x1.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+nunito@5.2.7/node_modules/@fontsource-variable/nunito/index.css [app-client] (css) */
@font-face {
  font-family: Nunito Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/nunito-cyrillic-ext-wght-normal.0-betx8k8_u3r.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Nunito Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/nunito-cyrillic-wght-normal.3fope3hsfcjah.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Nunito Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/nunito-vietnamese-wght-normal.2n-t_bbv7ec7m.woff2") format("woff2-variations");
  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 Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/nunito-latin-ext-wght-normal.0hsc8w3pfbl3r.woff2") format("woff2-variations");
  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 Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/nunito-latin-wght-normal.1wzrasd95pxo_.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+raleway@5.2.8/node_modules/@fontsource-variable/raleway/index.css [app-client] (css) */
@font-face {
  font-family: Raleway Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/raleway-cyrillic-ext-wght-normal.38is4kf6_bs_8.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Raleway Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/raleway-cyrillic-wght-normal.2zgicrf277h2v.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Raleway Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/raleway-vietnamese-wght-normal.0yhgv5ojathm3.woff2") format("woff2-variations");
  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: Raleway Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/raleway-latin-ext-wght-normal.3sk1bguzngd9x.woff2") format("woff2-variations");
  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: Raleway Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/raleway-latin-wght-normal.43nl7c6owh8w3.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+work-sans@5.2.8/node_modules/@fontsource-variable/work-sans/index.css [app-client] (css) */
@font-face {
  font-family: Work Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/work-sans-vietnamese-wght-normal.3_j_q6vnjm20x.woff2") format("woff2-variations");
  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: Work Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/work-sans-latin-ext-wght-normal.0nk9cg2l6i0w8.woff2") format("woff2-variations");
  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: Work Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/work-sans-latin-wght-normal.2xhghglq35dij.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+dm-sans@5.2.8/node_modules/@fontsource-variable/dm-sans/index.css [app-client] (css) */
@font-face {
  font-family: DM Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("../media/dm-sans-latin-ext-wght-normal.0hiocdn10l05a.woff2") format("woff2-variations");
  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: DM Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url("../media/dm-sans-latin-wght-normal.0tm8u-h63rec8.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+manrope@5.2.8/node_modules/@fontsource-variable/manrope/index.css [app-client] (css) */
@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-cyrillic-ext-wght-normal.1dtltwig2y3wh.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-cyrillic-wght-normal.1hmx3sz6swr8m.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-greek-wght-normal.37b2k1x9f-55d.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-vietnamese-wght-normal.3xvzy9_grgcx4.woff2") format("woff2-variations");
  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: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-latin-ext-wght-normal.0-hru0xfwhnbp.woff2") format("woff2-variations");
  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: Manrope Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/manrope-latin-wght-normal.1p_a2k8qd5zhp.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+sora@5.2.8/node_modules/@fontsource-variable/sora/index.css [app-client] (css) */
@font-face {
  font-family: Sora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/sora-latin-ext-wght-normal.1_x6rmexwh_7b.woff2") format("woff2-variations");
  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: Sora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/sora-latin-wght-normal.2o7d_x-bmx02y.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+figtree@5.2.10/node_modules/@fontsource-variable/figtree/index.css [app-client] (css) */
@font-face {
  font-family: Figtree Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/figtree-latin-ext-wght-normal.28krudoh3z7og.woff2") format("woff2-variations");
  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: Figtree Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/figtree-latin-wght-normal.08sr_7r2rzxl4.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+rubik@5.2.8/node_modules/@fontsource-variable/rubik/index.css [app-client] (css) */
@font-face {
  font-family: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-arabic-wght-normal.22f8g0_3v440h.woff2") format("woff2-variations");
  unicode-range: U+6??, U+750-77F, U+870-88E, U+890-891, U+897-8E1, U+8E3-8FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-cyrillic-ext-wght-normal.2313lc89wbruk.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-cyrillic-wght-normal.3_rirqjdlt5np.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-hebrew-wght-normal.1oz649-vtvuec.woff2") format("woff2-variations");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-latin-ext-wght-normal.1b0xd1wo_hm_2.woff2") format("woff2-variations");
  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: Rubik Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/rubik-latin-wght-normal.2hiny1627tgmp.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+mulish@5.2.8/node_modules/@fontsource-variable/mulish/index.css [app-client] (css) */
@font-face {
  font-family: Mulish Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/mulish-cyrillic-ext-wght-normal.2rxqqo3ocaikq.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Mulish Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/mulish-cyrillic-wght-normal.1ab9veeofnnqd.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Mulish Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/mulish-vietnamese-wght-normal.2xwb-kknek1oz.woff2") format("woff2-variations");
  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: Mulish Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/mulish-latin-ext-wght-normal.430drt3jtx9zg.woff2") format("woff2-variations");
  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: Mulish Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("../media/mulish-latin-wght-normal.282orkct6bf1q.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+karla@5.2.8/node_modules/@fontsource-variable/karla/index.css [app-client] (css) */
@font-face {
  font-family: Karla Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/karla-latin-ext-wght-normal.2mdffaoev_lbd.woff2") format("woff2-variations");
  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: Karla Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/karla-latin-wght-normal.0ndr47fvwugoo.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+jost@5.2.8/node_modules/@fontsource-variable/jost/index.css [app-client] (css) */
@font-face {
  font-family: Jost Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/jost-cyrillic-wght-normal.0q-st8qq75k6v.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Jost Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/jost-latin-ext-wght-normal.3hwlhy-7zi3w2.woff2") format("woff2-variations");
  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: Jost Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/jost-latin-wght-normal.2_4ymh7gr-8lu.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+outfit@5.2.8/node_modules/@fontsource-variable/outfit/index.css [app-client] (css) */
@font-face {
  font-family: Outfit Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/outfit-latin-ext-wght-normal.3tnx94v3g9ied.woff2") format("woff2-variations");
  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: Outfit Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/outfit-latin-wght-normal.3l9rzm26h_u0r.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+oswald@5.2.8/node_modules/@fontsource-variable/oswald/index.css [app-client] (css) */
@font-face {
  font-family: Oswald Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 700;
  src: url("../media/oswald-cyrillic-ext-wght-normal.27d5fqdwirrc7.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Oswald Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 700;
  src: url("../media/oswald-cyrillic-wght-normal.0hrvobmxxmrlj.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Oswald Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 700;
  src: url("../media/oswald-vietnamese-wght-normal.3nj0pa0cpiiwd.woff2") format("woff2-variations");
  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: Oswald Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 700;
  src: url("../media/oswald-latin-ext-wght-normal.2n73w3fm9s7u8.woff2") format("woff2-variations");
  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: Oswald Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 700;
  src: url("../media/oswald-latin-wght-normal.01c2-di5e_1xz.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+space-grotesk@5.2.10/node_modules/@fontsource-variable/space-grotesk/index.css [app-client] (css) */
@font-face {
  font-family: Space Grotesk Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/space-grotesk-vietnamese-wght-normal.0da2o5sn3utep.woff2") format("woff2-variations");
  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: Space Grotesk Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/space-grotesk-latin-ext-wght-normal.0ww4yqxbk72bj.woff2") format("woff2-variations");
  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: Space Grotesk Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/space-grotesk-latin-wght-normal.092gko6h6levo.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+plus-jakarta-sans@5.2.8/node_modules/@fontsource-variable/plus-jakarta-sans/index.css [app-client] (css) */
@font-face {
  font-family: Plus Jakarta Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/plus-jakarta-sans-cyrillic-ext-wght-normal.1p5eg27ho_atv.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Plus Jakarta Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/plus-jakarta-sans-vietnamese-wght-normal.2gl4mcd5dm2h_.woff2") format("woff2-variations");
  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: Plus Jakarta Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/plus-jakarta-sans-latin-ext-wght-normal.362mv560wxbnh.woff2") format("woff2-variations");
  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: Plus Jakarta Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/plus-jakarta-sans-latin-wght-normal.1nsast9qgxif8.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+bricolage-grotesque@5.2.10/node_modules/@fontsource-variable/bricolage-grotesque/index.css [app-client] (css) */
@font-face {
  font-family: Bricolage Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/bricolage-grotesque-vietnamese-wght-normal.03f_1bxrvnkfd.woff2") format("woff2-variations");
  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: Bricolage Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/bricolage-grotesque-latin-ext-wght-normal.37g1whwfgt7kp.woff2") format("woff2-variations");
  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: Bricolage Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../media/bricolage-grotesque-latin-wght-normal.1iqnhac4m3hwo.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+darker-grotesque@5.2.8/node_modules/@fontsource-variable/darker-grotesque/index.css [app-client] (css) */
@font-face {
  font-family: Darker Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/darker-grotesque-vietnamese-wght-normal.17zrhal3gw3nq.woff2") format("woff2-variations");
  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: Darker Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/darker-grotesque-latin-ext-wght-normal.0itrnjf60-1li.woff2") format("woff2-variations");
  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: Darker Grotesque Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/darker-grotesque-latin-wght-normal.3w3e8jj2irx_a.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+noto-sans@5.2.10/node_modules/@fontsource-variable/noto-sans/index.css [app-client] (css) */
@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-cyrillic-ext-wght-normal.3nu59bct404ec.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-cyrillic-wght-normal.3zok7wrwvaysp.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-devanagari-wght-normal.2yjd6abzp7f4q.woff2") format("woff2-variations");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-greek-ext-wght-normal.0gqxkmx6ho8v3.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-greek-wght-normal.0f93b6gvbl1zd.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-vietnamese-wght-normal.1s0ar0m2bmdjg.woff2") format("woff2-variations");
  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: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-latin-ext-wght-normal.2-7eoaijxl5dw.woff2") format("woff2-variations");
  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: Noto Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-sans-latin-wght-normal.05o5-i1cea2yx.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+geist@5.2.9/node_modules/@fontsource-variable/geist/index.css [app-client] (css) */
@font-face {
  font-family: Geist Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/geist-cyrillic-ext-wght-normal.1o60yhwqd7ueg.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/geist-cyrillic-wght-normal.0n0q_nh7u2mrm.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/geist-vietnamese-wght-normal.0nt7ek_nfk5a4.woff2") format("woff2-variations");
  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: Geist Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/geist-latin-ext-wght-normal.39q78sztp1ci5.woff2") format("woff2-variations");
  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: Geist Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/geist-latin-wght-normal.20f3xrkj613ah.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+google-sans@5.2.1/node_modules/@fontsource-variable/google-sans/index.css [app-client] (css) */
@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-armenian-wght-normal.02kcydhmew03y.woff2") format("woff2-variations");
  unicode-range: U+308, U+530-58F, U+2010, U+2024, U+25CC, U+FB13-FB17;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-bengali-wght-normal.3mtzjogk844ce.woff2") format("woff2-variations");
  unicode-range: U+951-952, U+964-965, U+980-9FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-canadian-aboriginal-wght-normal.1vykc5vv2g-v7.woff2") format("woff2-variations");
  unicode-range: U+2C7, U+2D8-2D9, U+2DB, U+307, U+1400-167F, U+18B0-18F5, U+25CC, U+11AB?;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-cyrillic-ext-wght-normal.0gk264ek0jwh1.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-cyrillic-wght-normal.10o6gw--isbz_.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-devanagari-wght-normal.05e4ng3lbbgh2.woff2") format("woff2-variations");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-ethiopic-wght-normal.1zley5jcfzwq_.woff2") format("woff2-variations");
  unicode-range: U+30E, U+1200-1399, U+2D80-2DDE, U+AB01-AB2E, U+1E7E0-1E7E6, U+1E7E8-1E7EB, U+1E7ED-1E7EE, U+1E7F0-1E7FE;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-georgian-wght-normal.2ka5a2yysoa5x.woff2") format("woff2-variations");
  unicode-range: U+589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-greek-ext-wght-normal.0q8f5j9nwn79y.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-greek-wght-normal.0oes8aofjbjd_.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-gujarati-wght-normal.08g_5oxmkvuaa.woff2") format("woff2-variations");
  unicode-range: U+951-952, U+964-965, U+A80-AFF, U+200C-200D, U+20B9, U+25CC, U+A830-A839;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-gurmukhi-wght-normal.37hcp5ou37x89.woff2") format("woff2-variations");
  unicode-range: U+951-952, U+964-965, U+A01-A76, U+200C-200D, U+20B9, U+25CC, U+262C, U+A830-A839;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-hebrew-wght-normal.33fevzf20s8k0.woff2") format("woff2-variations");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-khmer-wght-normal.0y8bbe8utp5_y.woff2") format("woff2-variations");
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-lao-wght-normal.2jps7yav0j45t.woff2") format("woff2-variations");
  unicode-range: U+E81-EDF, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-malayalam-wght-normal.0iir418uo1nft.woff2") format("woff2-variations");
  unicode-range: U+307, U+323, U+951-952, U+964-965, U+D00-D7F, U+1CDA, U+1CF2, U+200C-200D, U+20B9, U+25CC, U+A830-A832;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-oriya-wght-normal.1w_-gx-9i3wb0.woff2") format("woff2-variations");
  unicode-range: U+951-952, U+964-965, U+B01-B77, U+1CDA, U+1CF2, U+200C-200D, U+20B9, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-sinhala-wght-normal.3wo2ce1tj97ee.woff2") format("woff2-variations");
  unicode-range: U+964-965, U+D81-DF4, U+1CF2, U+200C-200D, U+25CC, U+111E1-111F4;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-symbols-wght-normal.3lgebgnkvnwks.woff2") format("woff2-variations");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-tamil-wght-normal.1hndskhouxagk.woff2") format("woff2-variations");
  unicode-range: U+964-965, U+B82-BFA, U+200C-200D, U+20B9, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-telugu-wght-normal.1m4ebugadrxm-.woff2") format("woff2-variations");
  unicode-range: U+951-952, U+964-965, U+C00-C7F, U+1CDA, U+1CF2, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-thai-wght-normal.38eqtuqyk_pzq.woff2") format("woff2-variations");
  unicode-range: U+2D7, U+303, U+331, U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-vietnamese-wght-normal.3w87kj3pog-_p.woff2") format("woff2-variations");
  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: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-latin-ext-wght-normal.1mumlp9fb87mt.woff2") format("woff2-variations");
  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: Google Sans Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/google-sans-latin-wght-normal.3_4drf28q-b5z.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+playfair-display@5.2.8/node_modules/@fontsource-variable/playfair-display/index.css [app-client] (css) */
@font-face {
  font-family: Playfair Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../media/playfair-display-cyrillic-wght-normal.2k45saqu94y7o.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Playfair Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../media/playfair-display-vietnamese-wght-normal.1uspqum1g73ck.woff2") format("woff2-variations");
  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: Playfair Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../media/playfair-display-latin-ext-wght-normal.35b9e1hr6h5k1.woff2") format("woff2-variations");
  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: Playfair Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 900;
  src: url("../media/playfair-display-latin-wght-normal.1izqcz-wkfvza.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+merriweather@5.2.6/node_modules/@fontsource-variable/merriweather/index.css [app-client] (css) */
@font-face {
  font-family: Merriweather Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/merriweather-cyrillic-ext-wght-normal.2sijkyk96p2fw.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Merriweather Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/merriweather-cyrillic-wght-normal.3j_v380mtc8i3.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Merriweather Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/merriweather-vietnamese-wght-normal.43qua1d1ld_rt.woff2") format("woff2-variations");
  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: Merriweather Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/merriweather-latin-ext-wght-normal.2zfnk_dvmsn2m.woff2") format("woff2-variations");
  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: Merriweather Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url("../media/merriweather-latin-wght-normal.3_g2n7q20a3c1.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+lora@5.2.8/node_modules/@fontsource-variable/lora/index.css [app-client] (css) */
@font-face {
  font-family: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-cyrillic-ext-wght-normal.2pqk_a31na3qs.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-cyrillic-wght-normal.13yob4i7ia7xm.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-math-wght-normal.3lwp9cgoa0a76.woff2") format("woff2-variations");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-symbols-wght-normal.1er-a7axweiy3.woff2") format("woff2-variations");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-vietnamese-wght-normal.0dua__kiubu8j.woff2") format("woff2-variations");
  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: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-latin-ext-wght-normal.383e1xim-25sy.woff2") format("woff2-variations");
  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: Lora Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/lora-latin-wght-normal.42zqtbxrnmb37.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+cormorant@5.2.8/node_modules/@fontsource-variable/cormorant/index.css [app-client] (css) */
@font-face {
  font-family: Cormorant Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/cormorant-cyrillic-ext-wght-normal.3vb0yg5c559m_.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/cormorant-cyrillic-wght-normal.0_ho7o9res_ee.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/cormorant-vietnamese-wght-normal.1ki-skzt7v0cs.woff2") format("woff2-variations");
  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: Cormorant Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/cormorant-latin-ext-wght-normal.1ls1_87srzeuf.woff2") format("woff2-variations");
  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: Cormorant Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/cormorant-latin-wght-normal.3usehvgim2oi2.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+fraunces@5.2.9/node_modules/@fontsource-variable/fraunces/index.css [app-client] (css) */
@font-face {
  font-family: Fraunces Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/fraunces-vietnamese-wght-normal.0i7lhkw2ij3q1.woff2") format("woff2-variations");
  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: Fraunces Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/fraunces-latin-ext-wght-normal.0t2awsxbm3c7a.woff2") format("woff2-variations");
  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: Fraunces Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/fraunces-latin-wght-normal.1v4l5w6-86t-v.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+source-serif-4@5.2.9/node_modules/@fontsource-variable/source-serif-4/index.css [app-client] (css) */
@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-cyrillic-ext-wght-normal.2kae4mag_ci76.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-cyrillic-wght-normal.3xa2i83o_snvh.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-greek-wght-normal.2o0sqdvwgj5-x.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-vietnamese-wght-normal.0j5w2zedxs_uw.woff2") format("woff2-variations");
  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 Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-latin-ext-wght-normal.36uylrv_m5wdg.woff2") format("woff2-variations");
  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 Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-serif-4-latin-wght-normal.3_g1pg7bqcyap.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+libre-baskerville@5.2.1/node_modules/@fontsource-variable/libre-baskerville/index.css [app-client] (css) */
@font-face {
  font-family: Libre Baskerville Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/libre-baskerville-latin-ext-wght-normal.16dl95tv1b03m.woff2") format("woff2-variations");
  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: Libre Baskerville Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/libre-baskerville-latin-wght-normal.0tghjr70jr-ay.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+stix-two-text@5.2.8/node_modules/@fontsource-variable/stix-two-text/index.css [app-client] (css) */
@font-face {
  font-family: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-cyrillic-ext-wght-normal.3djfia6t7yb50.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-cyrillic-wght-normal.0gpfe0v-jwrcg.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-greek-wght-normal.240-4id6uhr1h.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-vietnamese-wght-normal.3lv55fq76z_w5.woff2") format("woff2-variations");
  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: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-latin-ext-wght-normal.0uvp-mw60nkow.woff2") format("woff2-variations");
  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: STIX Two Text Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/stix-two-text-latin-wght-normal.3o39bhncxb0pf.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+noto-serif-display@5.2.9/node_modules/@fontsource-variable/noto-serif-display/index.css [app-client] (css) */
@font-face {
  font-family: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-cyrillic-ext-wght-normal.1fhxrqsec52zx.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-cyrillic-wght-normal.05dr089en3y2d.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-greek-ext-wght-normal.29f43i0b6m309.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-greek-wght-normal.2vt8t_65wy_09.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-vietnamese-wght-normal.0wxxorqjnunto.woff2") format("woff2-variations");
  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: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-latin-ext-wght-normal.3_nnq1nhvvcxt.woff2") format("woff2-variations");
  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: Noto Serif Display Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../media/noto-serif-display-latin-wght-normal.0fjze5eukoi9c.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+gelasio@5.2.8/node_modules/@fontsource-variable/gelasio/index.css [app-client] (css) */
@font-face {
  font-family: Gelasio Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/gelasio-vietnamese-wght-normal.1fq3zsoanvwo_.woff2") format("woff2-variations");
  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: Gelasio Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/gelasio-latin-ext-wght-normal.2mmvahv5u5zl0.woff2") format("woff2-variations");
  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: Gelasio Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/gelasio-latin-wght-normal.1tf4d0os7zosh.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+jetbrains-mono@5.2.8/node_modules/@fontsource-variable/jetbrains-mono/index.css [app-client] (css) */
@font-face {
  font-family: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-cyrillic-ext-wght-normal.1ladf10s224e1.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-cyrillic-wght-normal.0x7cg5h5x34js.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-greek-wght-normal.1k07jbkicvzf3.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-vietnamese-wght-normal.0a13tgqsi9z78.woff2") format("woff2-variations");
  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: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-latin-ext-wght-normal.3rxtet6g9i1k3.woff2") format("woff2-variations");
  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: JetBrains Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 100 800;
  src: url("../media/jetbrains-mono-latin-wght-normal.2rmhnsrc80fag.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+fira-code@5.2.7/node_modules/@fontsource-variable/fira-code/index.css [app-client] (css) */
@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-cyrillic-ext-wght-normal.08mv94ah458bj.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-cyrillic-wght-normal.2qzj3kq3vo9o4.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-greek-ext-wght-normal.1xx5jgdm7_vic.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-greek-wght-normal.3ejjf50glm-nj.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-symbols2-wght-normal.0zt5ot7i63mnt.woff2") format("woff2-variations");
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}

@font-face {
  font-family: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-latin-ext-wght-normal.3f8qu2mmoxa0h.woff2") format("woff2-variations");
  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: Fira Code Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/fira-code-latin-wght-normal.060qjcmg_41f4.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+source-code-pro@5.2.7/node_modules/@fontsource-variable/source-code-pro/index.css [app-client] (css) */
@font-face {
  font-family: Source Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-cyrillic-ext-wght-normal.1fzo_1v3ava_e.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Source Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-cyrillic-wght-normal.1q5qy53twb1cc.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Source Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-greek-ext-wght-normal.3f0j4ql5s79pr.woff2") format("woff2-variations");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Source Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-greek-wght-normal.0s5kk6f70fdn2.woff2") format("woff2-variations");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Source Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-vietnamese-wght-normal.0to_jr2zqy4ac.woff2") format("woff2-variations");
  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 Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-latin-ext-wght-normal.42-qfi557yqyn.woff2") format("woff2-variations");
  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 Code Pro Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/source-code-pro-latin-wght-normal.32urh1kkfy9j6.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+inconsolata@5.2.8/node_modules/@fontsource-variable/inconsolata/index.css [app-client] (css) */
@font-face {
  font-family: Inconsolata Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/inconsolata-vietnamese-wght-normal.3t_gmhp2g1886.woff2") format("woff2-variations");
  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: Inconsolata Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/inconsolata-latin-ext-wght-normal.1mhj0dbtak2a4.woff2") format("woff2-variations");
  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: Inconsolata Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("../media/inconsolata-latin-wght-normal.2rqflubcr7guz.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+overpass-mono@5.2.8/node_modules/@fontsource-variable/overpass-mono/index.css [app-client] (css) */
@font-face {
  font-family: Overpass Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/overpass-mono-cyrillic-ext-wght-normal.23fckrjetw8w-.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Overpass Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/overpass-mono-cyrillic-wght-normal.2ombkyxayv59b.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Overpass Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/overpass-mono-vietnamese-wght-normal.3t8q-ig5rjatk.woff2") format("woff2-variations");
  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: Overpass Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/overpass-mono-latin-ext-wght-normal.051d9x0derhl_.woff2") format("woff2-variations");
  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: Overpass Mono Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("../media/overpass-mono-latin-wght-normal.365ao9fbjv_mb.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+caveat@5.2.8/node_modules/@fontsource-variable/caveat/index.css [app-client] (css) */
@font-face {
  font-family: Caveat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/caveat-cyrillic-ext-wght-normal.17bnayzfa1gnx.woff2") format("woff2-variations");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Caveat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/caveat-cyrillic-wght-normal.44316a7vuik0_.woff2") format("woff2-variations");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Caveat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/caveat-latin-ext-wght-normal.351jt728fik4s.woff2") format("woff2-variations");
  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: Caveat Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/caveat-latin-wght-normal.2akhzcw1o7bxs.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource-variable+dancing-script@5.2.8/node_modules/@fontsource-variable/dancing-script/index.css [app-client] (css) */
@font-face {
  font-family: Dancing Script Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/dancing-script-vietnamese-wght-normal.1hz8rvlwxc0cd.woff2") format("woff2-variations");
  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: Dancing Script Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/dancing-script-latin-ext-wght-normal.1grvhs8p1njei.woff2") format("woff2-variations");
  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: Dancing Script Variable;
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../media/dancing-script-latin-wght-normal.0_q4p4vpq8x50.woff2") format("woff2-variations");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+poppins@5.2.7/node_modules/@fontsource/poppins/index.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/poppins-devanagari-400-normal.1zudn0idao2xf.woff2") format("woff2"), url("../media/poppins-devanagari-400-normal.00hnp78sc5kb3.woff") format("woff");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/poppins-latin-ext-400-normal.3cid9bjc4mem4.woff2") format("woff2"), url("../media/poppins-latin-ext-400-normal.3qnto_os8e_o_.woff") format("woff");
  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: Poppins;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/poppins-latin-400-normal.26axoheojcvao.woff2") format("woff2"), url("../media/poppins-latin-400-normal.3ljb2hz1-w8db.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+lato@5.2.7/node_modules/@fontsource/lato/index.css [app-client] (css) */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/lato-latin-ext-400-normal.3bwqxuvpybzko.woff2") format("woff2"), url("../media/lato-latin-ext-400-normal.44-ypts28fi-j.woff") format("woff");
  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: Lato;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/lato-latin-400-normal.06xm0acgp3nvl.woff2") format("woff2"), url("../media/lato-latin-400-normal.379-vtpl7qgg-.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+ubuntu@5.2.8/node_modules/@fontsource/ubuntu/index.css [app-client] (css) */
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-cyrillic-ext-400-normal.3jtmrft082azw.woff2") format("woff2"), url("../media/ubuntu-cyrillic-ext-400-normal.2iwpkcwey7qnn.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-cyrillic-400-normal.3sgz01mhnbxp3.woff2") format("woff2"), url("../media/ubuntu-cyrillic-400-normal.0aqixnmz6h2ue.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-greek-ext-400-normal.08yv1ol417l4y.woff2") format("woff2"), url("../media/ubuntu-greek-ext-400-normal.2vloc7xv4on8a.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-greek-400-normal.1q67c80qru0s9.woff2") format("woff2"), url("../media/ubuntu-greek-400-normal.3yad4q0tfmfd7.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-latin-ext-400-normal.3u7xdxjardho-.woff2") format("woff2"), url("../media/ubuntu-latin-ext-400-normal.22coqchtzg8vh.woff") format("woff");
  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: Ubuntu;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-latin-400-normal.01-nzqx-jdbes.woff2") format("woff2"), url("../media/ubuntu-latin-400-normal.2xbqdrs-hnf59.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+chakra-petch@5.2.7/node_modules/@fontsource/chakra-petch/index.css [app-client] (css) */
@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/chakra-petch-thai-400-normal.3sh4qye_8mm-b.woff2") format("woff2"), url("../media/chakra-petch-thai-400-normal.2vqo826s00lal.woff") format("woff");
  unicode-range: U+2D7, U+303, U+331, U+E01-E5B, U+200C-200D, U+25CC;
}

@font-face {
  font-family: Chakra Petch;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/chakra-petch-vietnamese-400-normal.43vi_201xwujv.woff2") format("woff2"), url("../media/chakra-petch-vietnamese-400-normal.1_e1vdnppbccr.woff") format("woff");
  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: Chakra Petch;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/chakra-petch-latin-ext-400-normal.2dtsbz40-4i3n.woff2") format("woff2"), url("../media/chakra-petch-latin-ext-400-normal.1a93hxxljrllp.woff") format("woff");
  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: Chakra Petch;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/chakra-petch-latin-400-normal.3l7k-5329by9x.woff2") format("woff2"), url("../media/chakra-petch-latin-400-normal.1isdhvvqfuw_p.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+archivo-black@5.2.8/node_modules/@fontsource/archivo-black/index.css [app-client] (css) */
@font-face {
  font-family: Archivo Black;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/archivo-black-latin-ext-400-normal.2abjotv64f_3q.woff2") format("woff2"), url("../media/archivo-black-latin-ext-400-normal.1-q8h297ep_rh.woff") format("woff");
  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: Archivo Black;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/archivo-black-latin-400-normal.28-s2vszyg0u5.woff2") format("woff2"), url("../media/archivo-black-latin-400-normal.2f-eiboqvs3t_.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+bebas-neue@5.2.7/node_modules/@fontsource/bebas-neue/index.css [app-client] (css) */
@font-face {
  font-family: Bebas Neue;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/bebas-neue-latin-ext-400-normal.1qm60_xdo907k.woff2") format("woff2"), url("../media/bebas-neue-latin-ext-400-normal.13ygg3_i4iws_.woff") format("woff");
  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: Bebas Neue;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/bebas-neue-latin-400-normal.2cmc76j2knfd_.woff2") format("woff2"), url("../media/bebas-neue-latin-400-normal.366o6889yliib.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+abril-fatface@5.2.7/node_modules/@fontsource/abril-fatface/index.css [app-client] (css) */
@font-face {
  font-family: Abril Fatface;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/abril-fatface-latin-ext-400-normal.3u6zupyg9a2-2.woff2") format("woff2"), url("../media/abril-fatface-latin-ext-400-normal.1hknq2nca7opb.woff") format("woff");
  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: Abril Fatface;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/abril-fatface-latin-400-normal.3y9yq6pvylcpl.woff2") format("woff2"), url("../media/abril-fatface-latin-400-normal.1qknkh71ceijr.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+dm-serif-display@5.2.8/node_modules/@fontsource/dm-serif-display/index.css [app-client] (css) */
@font-face {
  font-family: DM Serif Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/dm-serif-display-latin-ext-400-normal.3gwz8mk27dg4u.woff2") format("woff2"), url("../media/dm-serif-display-latin-ext-400-normal.457bfnkqos9ni.woff") format("woff");
  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: DM Serif Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/dm-serif-display-latin-400-normal.1djctenx_0un1.woff2") format("woff2"), url("../media/dm-serif-display-latin-400-normal.378m9oiatmrys.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+ibm-plex-serif@5.2.7/node_modules/@fontsource/ibm-plex-serif/index.css [app-client] (css) */
@font-face {
  font-family: IBM Plex Serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-serif-cyrillic-ext-400-normal.0b2vrcs2rmlmt.woff2") format("woff2"), url("../media/ibm-plex-serif-cyrillic-ext-400-normal.3_-9cp7dgsppp.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-serif-cyrillic-400-normal.311euitci99kl.woff2") format("woff2"), url("../media/ibm-plex-serif-cyrillic-400-normal.3e8x49b_xeo-9.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-serif-vietnamese-400-normal.1ai7y44_mc18q.woff2") format("woff2"), url("../media/ibm-plex-serif-vietnamese-400-normal.1w35_p1j86dg5.woff") format("woff");
  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: IBM Plex Serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-serif-latin-ext-400-normal.39mm2464u10wf.woff2") format("woff2"), url("../media/ibm-plex-serif-latin-ext-400-normal.3g-s6_jbkbw30.woff") format("woff");
  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: IBM Plex Serif;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-serif-latin-400-normal.1hae5os2e3f9c.woff2") format("woff2"), url("../media/ibm-plex-serif-latin-400-normal.2almqkfiwt36z.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+cossette-texte@5.2.3/node_modules/@fontsource/cossette-texte/index.css [app-client] (css) */
@font-face {
  font-family: Cossette Texte;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/cossette-texte-latin-ext-400-normal.340z0urg-gjj6.woff2") format("woff2"), url("../media/cossette-texte-latin-ext-400-normal.39jke-jjhm1gx.woff") format("woff");
  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: Cossette Texte;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/cossette-texte-latin-400-normal.2zjuzh517cub4.woff2") format("woff2"), url("../media/cossette-texte-latin-400-normal.3xvp-8t8sqsjv.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+audiowide@5.2.7/node_modules/@fontsource/audiowide/index.css [app-client] (css) */
@font-face {
  font-family: Audiowide;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/audiowide-latin-ext-400-normal.3bs_dl7ketdg9.woff2") format("woff2"), url("../media/audiowide-latin-ext-400-normal.1z179ugrrvekr.woff") format("woff");
  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: Audiowide;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/audiowide-latin-400-normal.0o_bu-5778xpa.woff2") format("woff2"), url("../media/audiowide-latin-400-normal.2rnil-en-7ozi.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+bangers@5.2.8/node_modules/@fontsource/bangers/index.css [app-client] (css) */
@font-face {
  font-family: Bangers;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/bangers-vietnamese-400-normal.0ydlhtrs56m1v.woff2") format("woff2"), url("../media/bangers-vietnamese-400-normal.3ic2mxw_yxsiu.woff") format("woff");
  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: Bangers;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/bangers-latin-ext-400-normal.117w6x8apt-q4.woff2") format("woff2"), url("../media/bangers-latin-ext-400-normal.1qjavg414ib1u.woff") format("woff");
  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: Bangers;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/bangers-latin-400-normal.2a1s7hed12h_4.woff2") format("woff2"), url("../media/bangers-latin-400-normal.2akgy_ujbqx8_.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+limelight@5.2.7/node_modules/@fontsource/limelight/index.css [app-client] (css) */
@font-face {
  font-family: Limelight;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/limelight-latin-ext-400-normal.3goem5xvhpial.woff2") format("woff2"), url("../media/limelight-latin-ext-400-normal.0a6wmnhkwe767.woff") format("woff");
  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: Limelight;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/limelight-latin-400-normal.0nmj5oeg5xymf.woff2") format("woff2"), url("../media/limelight-latin-400-normal.2b-vn9_5q59av.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+fascinate@5.2.7/node_modules/@fontsource/fascinate/index.css [app-client] (css) */
@font-face {
  font-family: Fascinate;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/fascinate-latin-ext-400-normal.1jalzu0mwq58e.woff2") format("woff2"), url("../media/fascinate-latin-ext-400-normal.0269k7c3ni6x1.woff") format("woff");
  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: Fascinate;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/fascinate-latin-400-normal.10sihlqkhvvxv.woff2") format("woff2"), url("../media/fascinate-latin-400-normal.0f1p067c34vhz.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+germania-one@5.2.8/node_modules/@fontsource/germania-one/index.css [app-client] (css) */
@font-face {
  font-family: Germania One;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/germania-one-latin-400-normal.0ox4d0mytzm9o.woff2") format("woff2"), url("../media/germania-one-latin-400-normal.0coe2e-s920ub.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+new-rocker@5.2.7/node_modules/@fontsource/new-rocker/index.css [app-client] (css) */
@font-face {
  font-family: New Rocker;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/new-rocker-latin-ext-400-normal.0pt76sdr6whs-.woff2") format("woff2"), url("../media/new-rocker-latin-ext-400-normal.0p-h_pj6rgb9a.woff") format("woff");
  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: New Rocker;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/new-rocker-latin-400-normal.42wj9vuo87bgz.woff2") format("woff2"), url("../media/new-rocker-latin-400-normal.12v_7mlt9uyxp.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+macondo@5.2.8/node_modules/@fontsource/macondo/index.css [app-client] (css) */
@font-face {
  font-family: Macondo;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/macondo-latin-400-normal.3pv5nqyavz0wc.woff2") format("woff2"), url("../media/macondo-latin-400-normal.1y60fiskem1xo.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+delius-swash-caps@5.2.8/node_modules/@fontsource/delius-swash-caps/index.css [app-client] (css) */
@font-face {
  font-family: Delius Swash Caps;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/delius-swash-caps-latin-400-normal.3yicmzs10da5z.woff2") format("woff2"), url("../media/delius-swash-caps-latin-400-normal.25abqjntblwh3.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+delicious-handrawn@5.2.8/node_modules/@fontsource/delicious-handrawn/index.css [app-client] (css) */
@font-face {
  font-family: Delicious Handrawn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/delicious-handrawn-latin-ext-400-normal.2f8oan3-0fa61.woff2") format("woff2"), url("../media/delicious-handrawn-latin-ext-400-normal.181rsu_cish1i.woff") format("woff");
  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: Delicious Handrawn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/delicious-handrawn-latin-400-normal.24das_uibfe0r.woff2") format("woff2"), url("../media/delicious-handrawn-latin-400-normal.2xios_79fqlf9.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+pacifico@5.2.7/node_modules/@fontsource/pacifico/index.css [app-client] (css) */
@font-face {
  font-family: Pacifico;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pacifico-cyrillic-ext-400-normal.1z4d_logag_a-.woff2") format("woff2"), url("../media/pacifico-cyrillic-ext-400-normal.26xqeuueow433.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Pacifico;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pacifico-cyrillic-400-normal.0582-rdfsb6t5.woff2") format("woff2"), url("../media/pacifico-cyrillic-400-normal.3jza_b43k_k3m.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Pacifico;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pacifico-vietnamese-400-normal.3ht0iew7zl-oi.woff2") format("woff2"), url("../media/pacifico-vietnamese-400-normal.203mi494-jzos.woff") format("woff");
  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: Pacifico;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pacifico-latin-ext-400-normal.2wn_0jzan17d7.woff2") format("woff2"), url("../media/pacifico-latin-ext-400-normal.1g5y56w5-qble.woff") format("woff");
  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: Pacifico;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pacifico-latin-400-normal.14y50tihzqebd.woff2") format("woff2"), url("../media/pacifico-latin-400-normal.0wjlr_z8cki_v.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+press-start-2p@5.2.7/node_modules/@fontsource/press-start-2p/index.css [app-client] (css) */
@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/press-start-2p-cyrillic-ext-400-normal.3n45y1wa3464r.woff2") format("woff2"), url("../media/press-start-2p-cyrillic-ext-400-normal.2q63le9wxqmhq.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/press-start-2p-cyrillic-400-normal.28tput6au8g1x.woff2") format("woff2"), url("../media/press-start-2p-cyrillic-400-normal.3ctnnce1oxlqn.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/press-start-2p-greek-400-normal.1wribslsq6-0v.woff2") format("woff2"), url("../media/press-start-2p-greek-400-normal.0ffdt7su4j0tv.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: "Press Start 2P";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/press-start-2p-latin-ext-400-normal.3hlryscehdohy.woff2") format("woff2"), url("../media/press-start-2p-latin-ext-400-normal.1mtomu1cqc5yv.woff") format("woff");
  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: "Press Start 2P";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/press-start-2p-latin-400-normal.20_6azeii1sb4.woff2") format("woff2"), url("../media/press-start-2p-latin-400-normal.0q29k54ylurih.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+silkscreen@5.2.8/node_modules/@fontsource/silkscreen/index.css [app-client] (css) */
@font-face {
  font-family: Silkscreen;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/silkscreen-latin-ext-400-normal.36gr36xwjyuj0.woff2") format("woff2"), url("../media/silkscreen-latin-ext-400-normal.1l7n2atq6srl-.woff") format("woff");
  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: Silkscreen;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/silkscreen-latin-400-normal.3eo6fcw0hsu_q.woff2") format("woff2"), url("../media/silkscreen-latin-400-normal.09nhcxbx1c_3k.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+vt323@5.2.7/node_modules/@fontsource/vt323/index.css [app-client] (css) */
@font-face {
  font-family: VT323;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vt323-vietnamese-400-normal.330sr21t4yt_e.woff2") format("woff2"), url("../media/vt323-vietnamese-400-normal.1pijyhuxtu0rd.woff") format("woff");
  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: VT323;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vt323-latin-ext-400-normal.1-w4l54-r-_iw.woff2") format("woff2"), url("../media/vt323-latin-ext-400-normal.06wtbre84qwrx.woff") format("woff");
  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: VT323;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vt323-latin-400-normal.1rqqvv-tpuy10.woff2") format("woff2"), url("../media/vt323-latin-400-normal.2sq_ap69xq50f.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+ibm-plex-mono@5.2.7/node_modules/@fontsource/ibm-plex-mono/index.css [app-client] (css) */
@font-face {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-mono-cyrillic-ext-400-normal.09jq5v9-1wf71.woff2") format("woff2"), url("../media/ibm-plex-mono-cyrillic-ext-400-normal.2iaubq2jy0rx3.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-mono-cyrillic-400-normal.0m1ahpdxrpokj.woff2") format("woff2"), url("../media/ibm-plex-mono-cyrillic-400-normal.2-z93d2j9-3s0.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-mono-vietnamese-400-normal.3a7fs2yw914a9.woff2") format("woff2"), url("../media/ibm-plex-mono-vietnamese-400-normal.2kzc8ichkozg5.woff") format("woff");
  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: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-mono-latin-ext-400-normal.1hjaitcyq2e2r.woff2") format("woff2"), url("../media/ibm-plex-mono-latin-ext-400-normal.0nrwft7nlo5oa.woff") format("woff");
  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: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-mono-latin-400-normal.3xdfs0-p_zi4c.woff2") format("woff2"), url("../media/ibm-plex-mono-latin-400-normal.2lhng2ntocry9.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+space-mono@5.2.9/node_modules/@fontsource/space-mono/index.css [app-client] (css) */
@font-face {
  font-family: Space Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/space-mono-vietnamese-400-normal.452suykb2jgcn.woff2") format("woff2"), url("../media/space-mono-vietnamese-400-normal.1537v-d0_112e.woff") format("woff");
  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: Space Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/space-mono-latin-ext-400-normal.31_unrole__js.woff2") format("woff2"), url("../media/space-mono-latin-ext-400-normal.3afh0e6u7_zzn.woff") format("woff");
  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: Space Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/space-mono-latin-400-normal.37_1qewfwlumh.woff2") format("woff2"), url("../media/space-mono-latin-400-normal.1hv-m834mchxi.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+ubuntu-mono@5.2.8/node_modules/@fontsource/ubuntu-mono/index.css [app-client] (css) */
@font-face {
  font-family: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-cyrillic-ext-400-normal.2-o12o79ilhwy.woff2") format("woff2"), url("../media/ubuntu-mono-cyrillic-ext-400-normal.0n96ikx_vk1zb.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-cyrillic-400-normal.1stsx2vgumgf7.woff2") format("woff2"), url("../media/ubuntu-mono-cyrillic-400-normal.2ratyk144jcoo.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-greek-ext-400-normal.1k5c3_onmae1j.woff2") format("woff2"), url("../media/ubuntu-mono-greek-ext-400-normal.2o2sv4wze53te.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-greek-400-normal.004ora6tid7k1.woff2") format("woff2"), url("../media/ubuntu-mono-greek-400-normal.3p94l9m8inghe.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-latin-ext-400-normal.2x8kpavz05p6w.woff2") format("woff2"), url("../media/ubuntu-mono-latin-ext-400-normal.3m53byza-nodh.woff") format("woff");
  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: Ubuntu Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ubuntu-mono-latin-400-normal.0se352e1pdnly.woff2") format("woff2"), url("../media/ubuntu-mono-latin-400-normal.3njqtx-90tkxz.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+pt-mono@5.2.8/node_modules/@fontsource/pt-mono/index.css [app-client] (css) */
@font-face {
  font-family: PT Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pt-mono-cyrillic-ext-400-normal.1p7_bz0cyemt6.woff2") format("woff2"), url("../media/pt-mono-cyrillic-ext-400-normal.3quq4ok9eth7-.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: PT Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pt-mono-cyrillic-400-normal.3aupiqqgvj386.woff2") format("woff2"), url("../media/pt-mono-cyrillic-400-normal.1h0hs99tlqd_k.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: PT Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pt-mono-latin-ext-400-normal.3gw9n07au1uud.woff2") format("woff2"), url("../media/pt-mono-latin-ext-400-normal.30junwxnnbxho.woff") format("woff");
  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: PT Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/pt-mono-latin-400-normal.3r395sazwoa-r.woff2") format("woff2"), url("../media/pt-mono-latin-400-normal.3kmtoy9vuy0lz.woff") format("woff");
  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;
}

/* [project]/node_modules/.pnpm/@fontsource+anonymous-pro@5.2.8/node_modules/@fontsource/anonymous-pro/index.css [app-client] (css) */
@font-face {
  font-family: Anonymous Pro;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/anonymous-pro-cyrillic-400-normal.3fmz76k7gpn-8.woff2") format("woff2"), url("../media/anonymous-pro-cyrillic-400-normal.1s2o9tga764t2.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Anonymous Pro;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/anonymous-pro-greek-400-normal.08l49n3b_g08-.woff2") format("woff2"), url("../media/anonymous-pro-greek-400-normal.1qelfe88t5p37.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Anonymous Pro;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/anonymous-pro-latin-ext-400-normal.2ye6x1ztpxznz.woff2") format("woff2"), url("../media/anonymous-pro-latin-ext-400-normal.2mhis587j63ey.woff") format("woff");
  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: Anonymous Pro;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/anonymous-pro-latin-400-normal.0oi3zg9_qe7e0.woff2") format("woff2"), url("../media/anonymous-pro-latin-400-normal.40pte600129n_.woff") format("woff");
  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;
}

/*# sourceMappingURL=_0u2fq3i._.css.map*/