/* [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-space-x-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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Karla Variable", ui-sans-serif, system-ui, -apple-system, sans-serif;
    --font-serif: "Playfair Display Variable", ui-serif, Georgia, "Times New Roman", serif;
    --font-mono: "JetBrains Mono Variable", ui-monospace, monospace;
    --color-amber-400: #fcbb00;
    --color-yellow-600: #cd8900;
    --color-stone-400: #a6a09b;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-6xl: 72rem;
    --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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --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: "Oswald Variable", ui-sans-serif, system-ui, sans-serif;
    --color-background: #0f0d0b;
    --color-foreground: #f5f0e8;
    --color-card: #1a1713;
    --color-muted: #2a2520;
    --color-muted-foreground: #a89f90;
    --color-subtle: #201d18;
    --color-border: #332e26;
    --color-input: #2a2520;
    --color-primary: #c9a84c;
    --color-primary-foreground: #0f0d0b;
    --color-ring: #c9a84c;
    --color-danger: #c0392b;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-yellow-600: lab(62.7799% 22.4197 86.1544);
      --color-stone-400: lab(66.2166% 1.88044 3.20326);
    }
  }
}

@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.1;
  }

  p {
    text-wrap: pretty;
  }

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

  ::selection {
    background-color: #c9a84c4d;
  }

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

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

@layer components;

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

  .invisible {
    visibility: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

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

  .top-0 {
    top: 0;
  }

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

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

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

  .right-0 {
    right: 0;
  }

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

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

  .bottom-0 {
    bottom: 0;
  }

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

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

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

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

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

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

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

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

  .row-span-2 {
    grid-row: 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-6 {
    margin-inline: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

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

  .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);
  }

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .w-max {
    width: max-content;
  }

  .w-px {
    width: 1px;
  }

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

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

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

  .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-\[marquee_22s_linear_infinite\] {
    animation: 22s linear infinite marquee;
  }

  .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));
  }

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

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

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

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

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

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

  .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-5 {
    gap: calc(var(--spacing) * 5);
  }

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

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

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

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

  :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-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-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .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-background {
    border-color: var(--color-background);
  }

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

  .border-border\/40 {
    border-color: #332e2666;
  }

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

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

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

  .border-danger\/30 {
    border-color: #c0392b4d;
  }

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

  .border-primary\/40 {
    border-color: #c9a84c66;
  }

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

  .border-primary\/60 {
    border-color: #c9a84c99;
  }

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

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

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

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

  .bg-card\/95 {
    background-color: #1a1713f2;
  }

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

  .bg-danger\/10 {
    background-color: #c0392b1a;
  }

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

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

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

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

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

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

  .bg-primary\/15 {
    background-color: #c9a84c26;
  }

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

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

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

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

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

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

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

  .from-background\/70 {
    --tw-gradient-from: #0f0d0bb3;
  }

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

  .from-background\/70 {
    --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));
  }

  .from-background\/80 {
    --tw-gradient-from: #0f0d0bcc;
  }

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

  .from-background\/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));
  }

  .from-background\/95 {
    --tw-gradient-from: #0f0d0bf2;
  }

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

  .from-background\/95 {
    --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));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --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-background\/75 {
    --tw-gradient-via: #0f0d0bbf;
  }

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

  .via-background\/75 {
    --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);
  }

  .via-primary\/30 {
    --tw-gradient-via: #c9a84c4d;
  }

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

  .via-primary\/30 {
    --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);
  }

  .via-transparent {
    --tw-gradient-via: transparent;
    --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-background\/20 {
    --tw-gradient-to: #0f0d0b33;
  }

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

  .to-background\/20 {
    --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));
  }

  .to-background\/30 {
    --tw-gradient-to: #0f0d0b4d;
  }

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

  .to-background\/30 {
    --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));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

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

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .object-top {
    object-position: top;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-14 {
    padding-block: calc(var(--spacing) * 14);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

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

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tracking-\[0\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }

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

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

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

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

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

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

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

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

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

  .text-primary\/10 {
    color: #c9a84c1a;
  }

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .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-gold {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, #c9a84c4d), 0 4px 16px var(--tw-shadow-color, #c9a84c26);
    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, #000000b3), 0 6px 12px -6px var(--tw-shadow-color, #0009);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 10px -2px var(--tw-shadow-color, #0009), 0 2px 6px -2px var(--tw-shadow-color, #00000080);
    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, #00000080), 0 1px 2px -1px var(--tw-shadow-color, #0006);
    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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  .placeholder\:text-muted-foreground\/50::placeholder {
    color: #a89f9080;
  }

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

  .last\:border-none:last-child {
    --tw-border-style: none;
    border-style: none;
  }

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

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

    @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-muted:hover {
      background-color: var(--color-muted);
    }
  }

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

    @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\:text-primary:hover {
      color: var(--color-primary);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 12px 24px -6px var(--tw-shadow-color, #000000b3), 0 6px 12px -6px var(--tw-shadow-color, #0009);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 10px -2px var(--tw-shadow-color, #0009), 0 2px 6px -2px var(--tw-shadow-color, #00000080);
      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-primary:focus {
    border-color: var(--color-primary);
  }

  .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-primary\/60:focus {
    --tw-ring-color: #c9a84c99;
  }

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

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

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

  @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-60:disabled {
    opacity: .6;
  }

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

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

  @media (min-width: 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

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

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }

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

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

  @media (min-width: 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

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

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

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

  @media (min-width: 48rem) {
    .md\:h-full {
      height: 100%;
    }
  }

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

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

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

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

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

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

  @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-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@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-space-x-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
}

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

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

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

/* [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*/