@font-face {
    font-display: block;
    font-family: "LibreText";
    src: url("font/LibreBaskerville-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-display: block;
    font-family: "Libre Italic";
    src: url("font/LibreBaskerville-Italic.woff") format("woff");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-display: block;
    font-family: "Libre Bold";
    src: url("font/LibreBaskerville-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/MonumentGrotesk.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
}

@font-face {
    font-display: block;
    font-family: "Monument Grotesk Variable";
    src: url("font/CargoMonumentGroteskItalicPlusVariable.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 1000;
}

a {
    color: #141218;
}

body {
    margin: 0;
    font-family: 'Monument Grotesk Variable', sans-serif;
    background-color: #141218;
    color: #141218;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.high-contrast {
    color: #141218;
    background-color: #141218;
}

.high-contrast .container {
    background-color: #CCB6FF
}

.high-contrast-cta {
    background-color: #CCB6FF !important;
}


.high-contrast-cta:hover {
    background-color: #CCB6FF
}


.high-contrast-footer {
    color: #CCB6FF !important;
}

.contrast-cta {
    position: fixed;
    bottom: 1%;
    right: 1%;
    transition: background-color 0.4s ease, color 0.4s ease;
    border-radius: 60px;
    padding: 0.5vw;
    width: 20px;
    height: 20px;
    background-color: #5A2A7C;
    text-align: center;
    font-weight: 700;
}

.flextstory-cta {
    position: fixed;
    bottom: 5%;
    right: 1%;
    transition: background-color 0.4s ease, color 0.4s ease;
    border-radius: 60px;
    padding: 0.5vw;
    width: 20px;
    height: 20px;
    background-color: #5A2A7C;
    text-align: center;
    font-weight: 700;
}

.flextstory-cta:hover {
    background-color: #FF9A00 !important;
}

img {
    width: 100%;
}


.contrast-cta:hover {
    background-color: #CCB6FF;
}

.container {
    max-width: 66%;
    margin: 0 auto;
    background-color: #5A2A7C;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
    transition: background-color 0.4s ease, color 0.4s ease;
}

header {
    text-align: left;
}

header h1 {
    font-family: 'Monument Grotesk Variable', sans-serif;
    letter-spacing: normal;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

header h2 {
    font-family: 'Libre Text', serif;
    font-style: italic;
    letter-spacing: normal;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0 0 6rem;
}

.columns {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.right {
    flex: 1;
    font-family: 'Libre Text', serif;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    letter-spacing: normal;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.left {
    flex: 0;
    min-width: 250px;
    font-family: 'Libre Text', serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: normal;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin-top: 1em;
}

.left ul {
    list-style: none;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}

.illustration {
    text-align: center;
    margin-top: 3rem;
}

.illustration img {
    width: 180px;
    max-width: 100%;
    height: auto;
}

footer {
    color: #5A2A7C;
    text-align: center;
}

@media (max-width: 768px) {
    header h1 {
        font-size: 2.2rem;
    }

    header h2 {
        font-size: 1.1rem;
    }

    .columns {
        flex-direction: column;
        gap: 2rem;
    }

    .container {
        padding: 2.5rem 1.5rem;
        max-width: 90%;
        margin-top: 0;
    }
}