@font-face {
    font-family: "Roboto Flex Variable";
    font-style: oblique 0deg 10deg;
    font-display: swap;
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    src: url("fonts/roboto-flex-latin-full-normal.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.site-text-pressure-band {
    position: relative;
    z-index: 2;
    width: 100%;
    background: transparent;
    padding: clamp(12px, 2vw, 20px) clamp(16px, 2.8vw, 32px) clamp(8px, 1.4vw, 16px);
    overflow: hidden;
}

.site-text-pressure-shell {
    position: relative;
    height: 220px;
    width: 100%;
    max-width: var(--site-shell);
    margin: 0 auto;
}

.site-text-pressure-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
}

.site-text-pressure-container .flex {
    display: flex;
    justify-content: space-between;
}

.site-text-pressure-container .stroke span {
    position: relative;
    color: #ffffff;
}

.site-text-pressure-container .stroke span::after {
    content: attr(data-char);
    position: absolute;
    left: 0;
    top: 0;
    color: transparent;
    z-index: -1;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #5227ff;
}

.site-text-pressure-container .text-pressure-title {
    margin: 0;
    width: 100%;
    font-family: "Roboto Flex Variable", "Segoe UI Variable Display", "Bahnschrift", sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
    transform-origin: center center;
    user-select: none;
}

.site-text-pressure-container .text-pressure-title span {
    display: inline-block;
    color: #ffffff;
}
