/* [project]/apps/webs/h5/src/app/global.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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--sans, Inter, system-ui, sans-serif);
    --default-mono-font-family: var(--mono, ui-monospace, monospace);
  }
}

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  html {
    font-family: var(--sans, Inter, system-ui, sans-serif);
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

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

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

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

  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --radius: .5rem;
}

[data-pik-field-row] {
  container-type: inline-size;
}

@container (max-width: 460px) {
  [data-pik-field-row] {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  [data-pik-field-row] > div:first-child {
    padding-top: 0 !important;
  }
}

[data-pik-radio-cards] {
  container-type: inline-size;
}

@container (max-width: 600px) {
  [data-pik-radio-cards] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@container (max-width: 320px) {
  [data-pik-radio-cards] {
    grid-template-columns: 1fr !important;
  }
}

[data-pik-segmented][data-pik-segmented-full] {
  container-type: inline-size;
}

@container (max-width: 320px) {
  [data-pik-segmented][data-pik-segmented-full] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

[data-pik-cards-2up] {
  container-type: inline-size;
}

@container (max-width: 720px) {
  [data-pik-cards-2up] {
    grid-template-columns: 1fr !important;
  }
}

[data-pik-row-3] {
  container-type: inline-size;
}

@container (max-width: 480px) {
  [data-pik-row-3] {
    grid-template-columns: 1fr !important;
  }
}

[data-pik-row-2] {
  container-type: inline-size;
}

@container (max-width: 360px) {
  [data-pik-row-2] {
    grid-template-columns: 1fr !important;
  }
}

:root {
  --bg: #fbf6ee;
  --bg-2: #f3eee3;
  --paper: #fff;
  --surface: #fff;
  --ink: #1f2233;
  --ink-2: #5b5f75;
  --ink-3: #8a8fa3;
  --rule: #1f223314;
  --rule-strong: #1f223329;
  --accent: #5b7c5a;
  --accent-ink: #fbf6ee;
  --accent-soft: #e4ecdf;
  --accent-hover: #4e6d4d;
  --r-chip: 8px;
  --r-card: 16px;
  --r-sheet: 24px;
  --r-button: 12px;
  --shadow-1: 0 1px 2px #1f22330a;
  --shadow-2: 0 4px 12px #1f223314;
  --shadow-3: 0 12px 32px #1f223329;
  --surface-float: #fff;
  --shadow-float: 0 6px 18px #1f223324;
  --rule-float: #1f22331a;
  --ease: cubic-bezier(.32, .72, 0, 1);
  --pop-amber: #e89d3a;
  --pop-amber-soft: #fbe9cb;
  --pop-salmon: #e07859;
  --pop-salmon-soft: #faddd2;
  --pop-blue: #5b7dae;
  --pop-blue-soft: #dce5ee;
  --warn: #b8862f;
  --warn-soft: #f8e9cf;
  --warn-ink: #5c4112;
  --danger: #9b2e22;
  --danger-soft: #f4dad3;
  --danger-ink: #7a271b;
  --mark-amber: #f4a743;
  --mark-rust: #c8332a;
  --mark-moss: #5b7c5a;
  --avatar-bg: #e6b378;
  --circle-cta-bg: #3d4d8c;
  --circle-cta-fg: #fbf6ee;
  --hero-bg: var(--ink);
  --hero-fg: var(--paper);
  --hero-fg-muted: #fbf6eec7;
  --header-bg: var(--accent);
  --header-fg: #fbf6ee;
  --radius: .375rem;
  --background: var(--bg);
  --foreground: var(--ink);
  --card: var(--paper);
  --card-foreground: var(--ink);
  --popover: var(--paper);
  --popover-foreground: var(--ink);
  --primary: var(--accent);
  --primary-foreground: var(--accent-ink);
  --secondary: var(--bg-2);
  --secondary-foreground: var(--ink);
  --muted: var(--bg-2);
  --muted-foreground: var(--ink-3);
  --shadcn-accent: var(--accent-soft);
  --shadcn-accent-foreground: var(--ink);
  --destructive: var(--danger);
  --border: var(--rule);
  --input: var(--rule);
  --ring: var(--accent-soft);
  --chart-1: var(--accent);
  --chart-2: var(--ink-2);
  --chart-3: var(--ink-3);
  --chart-4: var(--accent-soft);
  --chart-5: var(--bg-2);
  --sidebar: var(--paper);
  --sidebar-foreground: var(--ink);
  --sidebar-primary: var(--accent);
  --sidebar-primary-foreground: var(--accent-ink);
  --sidebar-accent: var(--accent-soft);
  --sidebar-accent-foreground: var(--ink);
  --sidebar-border: var(--rule);
  --sidebar-ring: var(--accent-soft);
}

.dark {
  --bg: #0c0b0d;
  --bg-2: #161519;
  --paper: #18171c;
  --surface: #161519;
  --ink: #f0eadf;
  --ink-2: #aba596;
  --ink-3: #6f6c64;
  --rule: #f0eadf1a;
  --surface-float: #34333b;
  --shadow-float: 0 10px 28px #000000b3;
  --rule-float: #f0eadf4d;
  --accent: #93b88e;
  --accent-ink: #0c0b0d;
  --accent-soft: #1c2a1b;
  --warn: #d8b369;
  --warn-soft: #3e2f17;
  --warn-ink: #f4d896;
  --danger: #d96a5e;
  --danger-soft: #3f1d18;
  --danger-ink: #f4cdc4;
  --pop-amber-soft: #3e2f17;
  --circle-cta-bg: #a78bfa;
  --circle-cta-fg: #14182a;
  --hero-bg: #e8a23b;
  --hero-fg: #14182a;
  --hero-fg-muted: #14182ab8;
  --header-bg: var(--paper);
  --header-fg: var(--ink);
}

html, body {
  overflow-x: clip;
}

::selection {
  background: var(--accent);
  color: var(--accent-ink);
}

@keyframes ec-blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

@keyframes ec-pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  [style*="ec-blink"], [style*="ec-pulse"] {
    animation: none !important;
  }
}

button[data-pik-avatar-link] {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: box-shadow .14s;
  display: inline-flex;
}

button[data-pik-avatar-link]::-moz-focus-inner {
  border: 0;
}

button[data-pik-avatar-link]:hover {
  box-shadow: 0 0 0 2px var(--accent-soft);
}

button[data-pik-avatar-link]:focus-visible {
  box-shadow: 0 0 0 2px var(--accent);
  outline: none;
}

[data-pik-switch-row]:last-child {
  border-bottom: none !important;
}

@keyframes pik-avatar-pop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

img.brand-mark-light {
  display: inline-block;
}

img.brand-mark-dark, .dark img.brand-mark-light {
  display: none;
}

.dark img.brand-mark-dark {
  display: inline-block;
}

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

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

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

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

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

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

@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* [next]/internal/font/google/plus_jakarta_sans_dd25a096.module.css [app-client] (css) */
@font-face {
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../media/0b1dc8ddaa74ba49-s.8624a701.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

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

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

@font-face {
  font-family: Plus Jakarta Sans Fallback;
  src: local(Arial);
  ascent-override: 98.88%;
  descent-override: 21.15%;
  line-gap-override: 0.0%;
  size-adjust: 104.98%;
}

.plus_jakarta_sans_dd25a096-module__5opcIW__className {
  font-family: Plus Jakarta Sans, Plus Jakarta Sans Fallback;
  font-style: normal;
}

.plus_jakarta_sans_dd25a096-module__5opcIW__variable {
  --sans: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback";
}

/* [next]/internal/font/google/cardo_e28ca3e7.module.css [app-client] (css) */
@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ca1c0226c0fe30f7-s.c19cb1e5.woff2") format("woff2");
  unicode-range: U+304-305, U+308, U+331, U+10330-1034A;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/d1412f0e154f0b7a-s.a9edb238.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ebd07a4f38230126-s.2cf8dced.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a43566eb03cdf7d9-s.d034591f.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/b15c1bbcc527a50a-s.3f812b02.woff2") format("woff2");
  unicode-range: U+10300-1032F;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ff8aed52a499bbcb-s.068d596a.woff2") format("woff2");
  unicode-range: U+16A0-16F8;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a46734fb3b3a1401-s.fa0ee538.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/407e513a9fccfed0-s.p.84ccee8a.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/2398750189264eb0-s.f03dbde6.woff2") format("woff2");
  unicode-range: U+304-305, U+308, U+331, U+10330-1034A;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/15b9ad075e32470e-s.fffd555a.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/9d902f45f70721f6-s.96302819.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/71219f1ff7d7ea4c-s.61c7ba3a.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/e6fc7b4195d20e03-s.6c378243.woff2") format("woff2");
  unicode-range: U+10300-1032F;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/c7ddc3557fe34236-s.83e01898.woff2") format("woff2");
  unicode-range: U+16A0-16F8;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/4f2de60414593548-s.f0d37130.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/3a17eb8ee29221c2-s.p.13549800.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1fc1eb2160bd58ee-s.d94a137c.woff2") format("woff2");
  unicode-range: U+304-305, U+308, U+331, U+10330-1034A;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/02154e5125fbbe3a-s.84d2755a.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b69c4e503ec3bbb9-s.32ff61f7.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/4fb235633583330a-s.f6b120db.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/17595fa729802087-s.71171645.woff2") format("woff2");
  unicode-range: U+10300-1032F;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/4b2cca604f68c12b-s.06ae423a.woff2") format("woff2");
  unicode-range: U+16A0-16F8;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47b947a1671a2d81-s.e24d781f.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/002ba41204ab122f-s.p.cd1d7fa4.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cardo Fallback;
  src: local(Times New Roman);
  ascent-override: 94.16%;
  descent-override: 34.59%;
  line-gap-override: 0.0%;
  size-adjust: 105.17%;
}

.cardo_e28ca3e7-module__76BvGG__className {
  font-family: Cardo, Cardo Fallback;
}

.cardo_e28ca3e7-module__76BvGG__variable {
  --serif: "Cardo", "Cardo Fallback";
}

/* [next]/internal/font/google/jetbrains_mono_5cf14a00.module.css [app-client] (css) */
@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/13bf9871fe164e7f-s.f2220059.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/cc545e633e20c56d-s.f6f1950f.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/71b036adf157cdcf-s.bd5f4d11.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/89b21bb081cb7469-s.51c18f09.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/3fe682a82f50d426-s.23358719.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("../media/70bc3e132a0a741e-s.p.15008bfb.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: JetBrains Mono Fallback;
  src: local(Arial);
  ascent-override: 75.79%;
  descent-override: 22.29%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.jetbrains_mono_5cf14a00-module__OjawsW__className {
  font-family: JetBrains Mono, JetBrains Mono Fallback;
  font-style: normal;
}

.jetbrains_mono_5cf14a00-module__OjawsW__variable {
  --mono: "JetBrains Mono", "JetBrains Mono Fallback";
}

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