/* ROLLROLL TYPOGRAPHY UTILITY CLASSES */

/* TITRES — Titan One 400 */
.rr-display-hero {
    font-family: var(--rr-font-display);
    font-size: 72px;
    line-height: 74px;
    color: var(--rr-white);
    font-weight: 400;
}

.rr-display-xl {
    font-family: var(--rr-font-display);
    font-size: 62px;
    line-height: 1.1;
    color: var(--rr-ink-deep);
    font-weight: 400;
}

.rr-h1 {
    font-family: var(--rr-font-display);
    font-size: 48px;
    line-height: 1.1;
    color: var(--rr-white);
    font-weight: 400;
}

.rr-h2 {
    font-family: var(--rr-font-display);
    font-size: 42px;
    line-height: 1.1;
    color: var(--rr-ink);
    font-weight: 400;
}

.rr-h3 {
    font-family: var(--rr-font-display);
    font-size: 26px;
    line-height: 1.2;
    color: var(--rr-ink-deep);
    font-weight: 400;
}

.rr-h4 {
    font-family: var(--rr-font-display);
    font-size: 22px;
    line-height: 1.2;
    color: var(--rr-ink);
    font-weight: 400;
}

.rr-stat {
    font-family: var(--rr-font-display);
    font-size: 30px;
    line-height: 1.2;
    color: var(--rr-orange);
    font-weight: 400;
}

.rr-meta-strong {
    font-family: var(--rr-font-display);
    font-size: 16px;
    line-height: 1.3;
    color: var(--rr-ink-deep);
    font-weight: 400;
}

/* TEXTES — Inter (rr-font-body) */
.rr-lead {
    font-family: var(--rr-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.rr-body-lg {
    font-family: var(--rr-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 25.5px;
}

.rr-body {
    font-family: var(--rr-font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--rr-ink-deep);
}

.rr-small {
    font-family: var(--rr-font-body);
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: var(--rr-gray);
}

.rr-caption {
    font-family: var(--rr-font-body);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: var(--rr-gray);
}

.rr-subtitle {
    font-family: var(--rr-font-body);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

/* LIBELLÉS ET SURTITRES */
.rr-eyebrow {
    font-family: var(--rr-font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--rr-orange);
}

.rr-label-form {
    font-family: var(--rr-font-body);
    font-weight: 700;
    font-size: 13px;
    color: var(--rr-ink-deep);
}

.rr-footer-title {
    font-family: var(--rr-font-body);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--rr-orange);
}

.rr-nav-link {
    font-family: var(--rr-font-display);
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--rr-white);
    transition: color 150ms ease;
    text-decoration: none;
}

.rr-nav-link:hover {
    color: var(--rr-orange);
}

.rr-topbar {
    font-family: var(--rr-font-display);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--rr-ink-deep);
}
