/* Mercure Font Family */
@font-face {
    font-family: 'Mercure';
    src: url('/fonts/Mercure-Regular.woff2') format('woff2'),
        url('/fonts/Mercure-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mercure';
    src: url('/fonts/Mercure-Italic.woff2') format('woff2'),
        url('/fonts/Mercure-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mercure-Mono';
    src: url('/fonts/Mercure-Transcript.woff2') format('woff2'),
        url('/fonts/Mercure-Transcript.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #ffffff;
    --text: #000000;
    --border: .5px solid black;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* font-size: 1.5rem; */
}

body {
    font-size: clamp(1.2rem, calc(-1 * 1rem + 2vw), 1.5rem);

    background-color: var(--bg);
    color: var(--text);
    font-family: 'Mercure', sans-serif;
    font-weight: 400;
    font-synthesis: weight;


    line-height: 1.22;
    padding: 1lh;
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;

    font-feature-settings:
        /* "case" 1,
        "calt" 1,
        "dnom" 1, */
        /* "frac" 1, */
        "liga" 1,
        /* "lnum" 1,
        "locl" 1,
        "numr" 1,
        "onum" 1,
        "ordn" 1, */
        /* "sinf" 1, */
        /* "ss01" 1,
        "ss02" 1,
        "ss03" 1,
        "ss04" 1,
        "ss05" 1,
        "ss06" 1,
        "ss07" 1,
        "ss08" 1,
        "ss09" 1,
        "ss10" 1,
        "ss11" 1,
        "ss12" 1,
        "ss13" 1,
        "ss14" 1,
        "ss15" 1,
        "ss16" 1,
        "ss17" 1,
        "ss18" 1,
        "ss19" 1,
        "ss20" 1, */
        /* "sups" 1, */
        /* "subs" 1; */

        /* -moz-osx-font-smoothing: grayscale; */
}

#logo {
    width: 100%;
    display: block;
    position: sticky;
    top: 1lh;
    z-index: -1;
}


.header,
.footer {
    & a {
        text-decoration: none;
        text-decoration-thickness: .05em;
        text-underline-offset: .22em;
    }

    & a:hover {
        text-decoration: underline;
        text-decoration-thickness: .05em;
        text-underline-offset: .22em;
    }
}

main {
    padding: 1lh;

    @media (width <=768px) {
        padding: 0lh;

    }
}

.header {
    padding-top: 1lh;
    display: flex;
    gap: 1lh;
    justify-content: flex-end;
}

.nav-links {
    width: 100%;
    max-width: calc(100% / 3);
}



.nav-links a {
    text-decoration: none;
}

.nav-links a:hover {
    opacity: 1;
}

.nav-links a.active {
    opacity: 1;
    border-bottom-color: var(--text);
    font-family: "Mercure-Mono";
    padding-right: 4lh;
}

.standard {
    max-width: 65ch;
    margin: auto;

}


.wide {
    max-width: 95ch;
    margin: auto;

}

.wider {
    max-width: 120ch;
    margin: auto;

}

.verywide {
    max-width: 130ch;
    margin-left: auto;
    margin-right: auto;

}

.content {
    margin: 0 auto;
}

.opener {}

.opener-two {
    padding-bottom: 4lh;
    max-width: calc(95ch + 8lh);

    text-indent: 4lh;
}

.hero {
    text-align: left;
}


.about {
    max-width: 65ch;
    margin: 0 auto;
    text-align: justify;

}

.content p {
    margin-bottom: 1lh;
    margin-top: 1lh;
}

.content p:not(:nth-of-type(1), .opener, .opener-two) {
    text-indent: 2lh;
}

.hero p+p,
.about p+p {
    margin-top: -1lh;
}

br {
    height: 1lh;
}

hr {
    border: none;
    border-top: 1px solid var(--text);
    opacity: 0.3;
    margin: 2.5rem 0;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}



/* Prose — shared by news and whitepaper */
.prose {
    /* max-width: 95ch; */
    margin: 0 auto;
    text-align: justify;
}

p {
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}


.prose p {
    margin-top: 1lh;
    margin-bottom: 1lh;
}

.prose>p+p {
    margin-top: -1lh;
    text-indent: 2lh;
}

.prose h1+p,
.prose h2+p,
.prose h3+p,
.prose hr+p,
.prose div+p {
    text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1em;
    /* margin: auto; */
}

h1 {
    font-weight: normal;
    margin-bottom: 4lh;
    margin-top: 4lh;
    font-size: 1em;
    text-align: left;
}

h2 {
    margin-top: 2lh;
    margin-bottom: 1lh;
    /* padding-bottom: 1lh; */
    text-align: center;
    font-feature-settings: "smcp" 1, "c2sc" 1;
    text-transform: uppercase;
    letter-spacing: .06em;
    /* font-variant-caps: all-small-caps; */
}

h2+.standout-border {
    padding-top: 1lh;
}

h3 {
    /* font-family: 'Mercure-Mono'; */
    text-indent: 2lh;
    margin-top: 1lh;
    margin-bottom: 1lh;
    margin: auto;
    max-width: 65ch;

}



a {
    color: var(--text);
}

strong {
    font-family: 'Mercure-Mono';
    font-weight: normal;
    /* text-transform: uppercase; */
}

ol {
    text-indent: 1lh;
    margin: 0 auto;
}

/* --------------------------------- Contact form */


.waitlist {
    max-width: 110ch;
    margin: auto;

    & form {
        max-width: 35ch;
        margin-left: auto;
    }
}


.form-group input[type="email"],
.form-group input[type="text"],
.form-group select {
    width: 100%;
    font-size: 1em;
    padding: 0.5rem 2lh;
    background-color: transparent;
    border: 1px solid currentColor;
    color: var(--text);
    font-family: inherit;
}

input::placeholder {
    color: currentColor;
}

.form-group input[type="email"]:focus,
.form-group input[type="text"]:focus {
    outline: none;
    border: 1px solid black;
    background-color: black !important;
    color: white !important;
    box-shadow: none;
}


.form-group:nth-of-type(2) input {
    border-top: 1px solid transparent;
}

.form-group select {
    cursor: pointer;
}

.submit-btn {
    font-family: inherit;
    font-size: 1em;
    font-family: "Mercure-Mono";
    color: var(--text);
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 0.55rem;
    padding-left: 2lh;
}

.footer {
    margin-top: 8lh;
}

.contact {
    padding-left: 4lh;
}