@font-face {
    font-family: Brown;
    src: url(/fonts/Brown-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: block;
}
@font-face {
    font-family: Suisse Intl;
    src: url(/fonts/SuisseIntl-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: block;
}

:root {
    /* --black: black;
    --grey: #eee8e6;
    --white: white;
    --red: #e06660;
    --orange: #e48f34;
    --green-dark: #202d22;
    --green: #9bb6a4;
    --purple: #3f3441;
    --pink: #f2bdb1;
    --teal: #439293;
    --yellow: #f0d36f; */

    --oxblood: #4a0404;
    --cream: #fff6e1;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: normal;
    box-sizing: border-box;
}

body {
    font-family: Suisse Intl, system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.021em;
    color: var(--cream);
    background-color: var(--oxblood);
    margin: 0;
}

h1 {
    font-family: Brown, system-ui, sans-serif;
    font-size: 2.986em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.098em;
    text-wrap: balance;
    margin-bottom: 0.5em;
}

p {
    text-wrap: balance;
    margin-bottom: 1em;
}

a {
    color: currentColor;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding: 48px;
}

.container {
    max-width: 64ch;
}

.centred {
    text-align: center;
}

.logo,
.brand {
    width: 6em;
    max-width: 100%;
    height: 3.1em;
}

.ml-embedded {
    margin-top: 2em;
}

.ml-embedded,
.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-embedBody
    .ml-form-fieldRow
    input,
.label-description,
#mlb2-13090469.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-embedBody
    .ml-form-embedSubmit
    .primary,
#mlb2-13090469.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-successBody
    .ml-form-successContent
    p {
    font-family: Suisse Intl, system-ui, sans-serif !important;
}

.#mlb2-13090469.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-embedBody
    .ml-form-embedSubmit
    .primary,
#mlb2-13090469.ml-form-embedContainer .primary {
    text-transform: uppercase !important;
}

#mlb2-13090469.ml-form-embedContainer
    .ml-form-embedWrapper
    .ml-form-successBody
    .ml-form-successContent
    h4 {
    font-family: Brown, system-ui, sans-serif !important;
    letter-spacing: 0.098em !important;
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.074em;
    }

    .main {
        padding: 24px;
    }

    .logo,
    .brand {
        width: 5em;
        height: 2.58333em;
    }
}
