@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
  
  :root {
    --style--light: #F5F5F5;
    --style--on-general: #171717;
    --style--accent: #4C44E4;
    --style--general: white;
    --style--lines: #52555a;
    --style--light-shadow: #ced2d9;
    --style--accent-dark: #003cb3;
    --style--cms: #734ce0;
    --style--secondary: #858992;
    --style--error: #b30003;
    --style--var: #6f57b6;
    --style--component: #4E9854;
    --sticky-top: 10vh;
    --border-radius: 4px;
    --style--font-primary: "DM Sans", sans-serif;
    --style--font-secondary: "Playfair Display", serif;
    --style--font-tertiary: var(--style--font-primary);
  }

  .style {
    display: none;
  }

  body {
    font-family: var(--style--font-primary);
    background-color: var(--style--general);
    color: var(--style--on-general);
    text-align: left;
  }

  /* ─── Index sidebar ─────────────────────────────────────────── */

  .style_index_component {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    overflow: hidden;
    height: 99dvh;
    min-width: 14em;
    margin-bottom: 0;
    border-right: 1px solid var(--style--light-shadow);
    line-height: 1;
  }

  .style_index_wrapper {
    display: flex;
    overflow: auto;
    padding: var(--sticky-top) 2vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 1 0%;
    gap: 4rem;
  }

  .style_index_heading {
    max-width: 5.3em;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
    font-family: var(--style--font-secondary);
  }

  .style_index_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    min-width: 120px;
  }

  .style_index_item {
    color: var(--style--lines);
    text-decoration: none;
  }

  .style_index_item.is-secondary {
    margin-left: 1.5rem;
    font-size: 0.9rem;
  }

  .style_index_item.w--current {
    color: var(--style--accent);
    font-weight: 700;
    text-decoration: underline;
  }

  /* ─── Page layout ───────────────────────────────────────────── */

  .style_page-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 100%;
    padding: 0 2px 2px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
  }

  .style_column {
    position: relative;
    z-index: 2;
    display: flex;
    overflow: auto;
    padding: 0 2px 2px;
    flex-direction: column;
    align-self: stretch;
    flex: 1 1 0%;
  }

  .style_section {
    display: flex;
    padding-bottom: 2vw;
    flex-direction: column;
  }

  /* ─── Section containers ────────────────────────────────────── */

  .style_container {
    width: 100%;
    margin: 0;
    padding: var(--sticky-top) 2vw;
    border-bottom: 1px solid var(--style--light-shadow);
  }

  .style_container.is-palette,
  .style_container.is-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .style_container.is-palette .style_heading_wrapper,
  .style_container.is-tab .style_heading_wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .style_container.is-palette div,
  .style_container.is-tab div {
    margin-right: auto;
  }

  /* ─── Headings ──────────────────────────────────────────────── */

  .style_heading_wrapper {
    line-height: 1.4;
    margin-bottom: 3.75rem;
  }

  .style_heading {
    margin: 0 0 0.5rem;
    color: var(--style--accent);
    font-size: 2.7em;
    line-height: 1.2;
    font-weight: 500;
    font-family: var(--style--font-secondary);
  }

  .style_heading-small, .style_text h2 {
    margin-top: 0;
    margin-bottom: 0.2rem;
    font-size: 1.4em;
    line-height: 1;
    font-weight: 500;
    font-family: var(--style--font-primary);
  }
  .style_text h2 {
    margin-top: 2.6rem;
  }

  .style_heading-xsmall {
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 3rem 0 0 !important;
    font-family: var(--style--font-tertiary);
  }

  .style_text {
    font-size: 1.1em;
  }
  .style_text a {
    color: var(--style--accent);
    text-decoration: underline;
  }

  /* ─── Wrappers ──────────────────────────────────────────────── */

  .style_wrapper {
    position: relative;
    display: flex;
    padding: 2.2rem 1.5rem 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5em;
    border: 1px solid var(--style--light-shadow);
    border-radius: var(--border-radius);
  }
  .style_wrapper.is-sized {
    min-height: 15em;
    justify-content: center;
    align-items: center;
  }
  #fonts .style_wrapper {
    gap: 0;
  }

  .style_wrapper.is-sized.is-justify {
    display: grid;
    padding-bottom: 2.2rem;
    justify-items: stretch;
    align-items: center;
    gap: 1.5em;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .style_wrapper.is-padding > :nth-child(2) {
    border: 1px solid var(--style--light-shadow);
    border-radius: var(--border-radius);
    background-color: color-mix(in srgb, var(--style--var) 5%, transparent);
  }

  .style_wrapper.is-fill {
    width: 100%;
  }

  .style_wrapper.is-fill .style-empty {
    width: 100%;
    height: 100%;
    min-width: 0;
  }

  /* ─── Labels ────────────────────────────────────────────────── */

  .style_label_wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
  }

  .style_label {
    position: relative;
    top: -0.7rem;
    display: flex;
    height: 1.4rem;
    min-width: 26px;
    margin-top: calc(-1 * (1.4rem + 0.7rem));
    padding: 0 0.5rem;
    justify-content: flex-start;
    align-items: center;
    border-radius: var(--border-radius);
    background-color: #006acc;
    color: var(--style--general);
    font-size: 0.9em;
    line-height: 1;
    text-wrap: nowrap;
    order: -1;
  }

  .style_label.is-html      { background-color: #be4aa5; }
  .style_label.is-var       { background-color: var(--style--var); }
  .style_label.is-static    { position: static; }
  .style_label.is-component { background-color: var(--style--component); }

  /* ─── Body layouts ──────────────────────────────────────────── */

  .style_body {
    display: flex;
    width: 100%;
    margin-top: 1.8rem;
    flex-direction: column;
    gap: 3.75rem;
    flex-flow: wrap;
  }

  .style_body.is-second {
    margin-top: 3.75rem;
  }

  .style_body.is-tab {
    display: grid;
    grid-template-columns: minmax(14rem, min-content) 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }
  .style_body.is-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }
  .style_body.is-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }.style_body.is-icons div {
    width: 2rem;
    height: 2rem;
  }

  .style_body.is-tab .style_wrapper {
    display: contents;
  }

  .style_body.is-tab .style_label,
  .style_body.is-tab .style_label_wrapper {
    order: unset;
    margin-top: 0;
    margin-right: 0;
    position: static;
    margin-left: auto;
  }

  .style_body.is-palette {
    flex-direction: column;
    gap: 0.25rem;
  }

  .style_body.is-palette .style_wrapper,
  .style_body.is-tab .style_wrapper {
    flex-direction: row;
    gap: 0.25rem;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    border: none;
  }

  .style_body.is-palette .style_label {
    order: 200;
    margin: 0;
    position: static;
    background-color: transparent;
    color: var(--style--var);
    font-style: italic;
    padding: 0.5rem;
  }

  .style_body.is-palette .style_color {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-top: 0.25rem;
    box-shadow: none;
    outline: none !important;
  }

  .style_body.is-class {
    flex-direction: column;
    gap: 0.25rem;
  }

  .style_body.is-class .style_wrapper {
    flex-direction: row;
    gap: 0.25rem;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    border: none;
  }

  .style_body.is-class .style_label {
    order: 200;
    margin: 0 0 0 3rem;
    position: static;
  }

  /* ─── Colors ────────────────────────────────────────────────── */

  .style_color {
    display: flex;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--style--light-shadow);
  }

  .style_color_text {
    font-size: 1rem;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .style_color_border {
    width: 50%;
    height: 50%;
    margin: auto;
    border-radius: var(--border-radius);
    border: 1px solid;
  }

  /* ─── Demo boxes ────────────────────────────────────────────── */

  .style_box {
    display: flex;
    width: 150px;
    height: 150px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  .style-empty {
    height: 3rem;
    min-width: 3rem;
    border: 1px dashed var(--style--accent);
    pointer-events: none;
    background-color: color-mix(in srgb, var(--style--accent) 5%, transparent);
  }

  [class*="gap-"] div,
  [class*="radius-"] {
    min-width: 64px !important;
    min-height: 64px !important;
    outline: 1px dashed #555 !important;
    outline-offset: -1px !important;
  }

  /* ─── Background ────────────────────────────────────────────── */

  .style_background {
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    border-radius: var(--border-radius);
    flex: 1 1 0%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--style--var) 5%, transparent);
  }

  /* ─── Icons ─────────────────────────────────────────────────── */

  .style_icon {
    position: absolute;
    z-index: -1;
    display: flex;
    width: 1rem;
    height: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    pointer-events: none;
    color: var(--style--light-shadow);
  }

  /* ─── Footer ────────────────────────────────────────────────── */

  .style_footer_component {
    display: flex;
    margin-top: auto;
    padding: 2vw 2vw 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    opacity: 0.75;
    font-size: 12px;
  }

  .style_footer_link {
    color: inherit;
  }

  .style_footer_link:hover {
    text-decoration: underline;
  }

  /* ─── Utility ───────────────────────────────────────────────── */

  .wf-empty {
    padding: 10px;
  }

  /* ─── Responsive ────────────────────────────────────────────── */

  @media (max-width: 767px) {
    .style_index_component {
      display: none;
    }
  }

  @media (max-width: 479px) {
    .style_footer_component {
      padding: 20px;
      flex-direction: column;
    }
    .style_label_wrapper {
      flex-wrap: wrap;
    }
  }