@font-face {
    font-family: "Suisse Int'l";
    src: url("../SuisseIntl/SuisseIntl-UltraLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Suisse Int'l";
    ;
    src: url("../SuisseIntl/SuisseIntl-Book.otf") format("opentype");
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: "Suisse Int'l";
    src: url("../SuisseIntl/SuisseIntl-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

*::selection {
    background-color: var(--blue-600);
    color: var(--interactive-text-default-inverse);
}

/* TODO Update values */
.body-6xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-6xl);
    letter-spacing: var(--letter-spacing-xs);
    font-weight: var(--font-weight-book);
    line-height: 52px;
}

.body-5xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-5xl);
    letter-spacing: var(--letter-spacing-xs);
    font-weight: var(--font-weight-book);
    line-height: 44px;
}

.body-4xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-4xl);
    letter-spacing: var(--letter-spacing-xs);
    font-weight: var(--font-weight-book);
    line-height: 40px;
}

.body-3xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-3xl);
    letter-spacing: var(--letter-spacing-xs);
    font-weight: var(--font-weight-book);
    line-height: 36px;
}

.body-2xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-2xl);
    letter-spacing: var(--letter-spacing-xs);
    font-weight: var(--font-weight-book);
    line-height: 32px;
}

.body-xl {
    font-family: var(--font-family-body);
    font-size: var(--font-size-xl);
    letter-spacing: var(--letter-spacing-sm);
    font-weight: var(--font-weight-book);
    line-height: 28px;
}

.body-lg {
    font-family: var(--font-family-body);
    font-size: var(--font-size-lg);
    letter-spacing: var(--letter-spacing-md);
    font-weight: var(--font-weight-book);
    line-height: 24px;
}

.body-md {
    font-family: var(--font-family-body);
    font-size: var(--font-size-md);
    letter-spacing: var(--letter-spacing-md);
    font-weight: var(--font-weight-book);
    line-height: 20px;
}

.body-sm {
    font-family: var(--font-family-body);
    font-size: var(--font-size-sm);
    letter-spacing: var(--letter-spacing-md);
    font-weight: var(--font-weight-book);
    line-height: 18px;
}

.body-xs {
    font-family: var(--font-family-body);
    font-size: var(--font-size-xs);
    letter-spacing: var(--letter-spacing-lg);
    font-weight: var(--font-weight-book);
    line-height: 16px;
}

.default-inverse {
    color: var(--interactive-text-default-inverse);
}

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

.primary svg path {
    stroke: var(--noninteractive-text-primary);
}

.secondary {
    color: var(--noninteractive-text-secondary);
}

.secondary svg path {
    stroke: var(--noninteractive-text-secondary);
}

.secondary-inverse {
    color: var(--interactive-text-secondary-inverse);
}

.secondary-inverse svg path {
    stroke: var(--interactive-text-secondary-inverse);
}

.tertiary {
    color: var(--noninteractive-text-tertiary);
}

.tertiary svg path {
    stroke: var(--noninteractive-text-tertiary);
}

.tertiary-inverse {
    color: var(--noninteractive-text-tertiary-inverse);
}

.tertiary-inverse svg path {
    stroke: var(--noninteractive-text-tertiary-inverse);
}


.link-only {
    grid-column: 1 / -1;
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: gap 0.15s ease;
    text-decoration-color: inherit;
    text-underline-offset: 11%;
    text-decoration-thickness: 6%;
}

.link-only svg {
    overflow: visible;
}

.link-only:hover {
    gap: 26px;
}

.nounderline {
    text-decoration: none;
}
.underline {
    text-decoration: underline;
    text-underline-offset: 11%;
    text-decoration-thickness: 6%;
}

.text-link-underline {
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 11%;
    text-decoration-thickness: 6%;
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
    width: fit-content;
    transition: text-decoration-color 0.15s ease, gap 0.15s ease;
}


.text-link-underline:hover {
    /* text-decoration: underline; */
    /* text-decoration-color: inherit; */
    gap: 26px;
}

.text-link-underline svg {
    overflow: visible;
}

/* .text-link-underline span {
    background-image: linear-gradient(#171717, #171717);
    background-size: 100% .05em;
    background-repeat: no-repeat;
    background-position: right bottom;
} */

.semibold {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .body-6xl {
        font-size: 4.4rem;
        line-height: 48px;
    }

    .body-5xl {
        font-size: var(--font-size-5xl);
        line-height: 44px;
    }

    .body-4xl {
        font-size: var(--font-size-3xl);
        line-height: 36px;
    }

    .body-3xl {
        font-size: var(--font-size-2xl);
        line-height: 32px;
    }

    .body-2xl {
        font-size: var(--font-size-xl);
        letter-spacing: var(--letter-spacing-sm);
        line-height: 28px;
    }

    .body-xl {
        font-size: var(--font-size-lg);
        letter-spacing: var(--letter-spacing-md);
        line-height: 24px;
    }

    .body-lg {
        font-size: 1.8rem;
        letter-spacing: var(--letter-spacing-md);
        line-height: 22px;
    }

    .body-md {
        font-size: var(--font-size-md);
        letter-spacing: var(--letter-spacing-md);
        line-height: 20px;
    }

    .body-sm {
        font-size: var(--font-size-sm);
        letter-spacing: var(--letter-spacing-md);
        line-height: 18px;
    }

    .body-xs {
        font-size: var(--font-size-xs);
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .body-6xl {
        font-size: var(--font-size-5xl);
        line-height: 44px;
    }

    .body-5xl {
        font-size: var(--font-size-4xl);
        line-height: 40px;
    }

    .body-4xl {
        font-size: var(--font-size-2xl);
        line-height: 32px;
    }

    .body-3xl {
        font-size: var(--font-size-xl);
        line-height: 28px;
    }

    .body-2xl {
        font-size: var(--font-size-lg);
        letter-spacing: var(--letter-spacing-md);
        line-height: 24px;
    }

    .body-xl {
        font-size: 1.8rem;
        line-height: 22px;
    }

    .body-lg {
        font-size: var(--font-size-md);
        line-height: 20px;
    }

    .body-md {
        font-size: var(--font-size-sm);
        line-height: 18px;
    }

    .body-sm {
        font-size: var(--font-size-xs);
        line-height: 16px;
    }

    .body-xs {
        font-size: 1rem;
        line-height: 14px;
    }
}

button:focus,
button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}