@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Air.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-AirItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-RegularItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Sunrise Livre";
    src: url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Livre.otf") format("opentype"),
         url("/co_mass_mailing/static/src/fonts/SangBleuSunrise-Livre.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 10px;
}

body {
    background: transparent;
    margin: 0;
    font-family: "SangBleu Sunrise", sans-serif;
}

.form-label {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3b444d;
    margin-bottom: 0.5rem;
}

.form-control {
    border: 1px solid #c5bdb5;
    border-radius: 0;
    background-color: #fff;
    color: #3b444d;
    padding: 1.9rem 1.6rem 1.5rem;
    font-size: 1.5rem;
    transition: border-color 0.15s;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

.form-control:focus {
    border-color: #3b444d;
    box-shadow: none;
    background-color: #fff;
    color: #3b444d;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: none;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 0;
}

.form-check .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    border: 1px solid #c5bdb5;
    background-color: #fff;
    flex-shrink: 0;
    float: none;
    margin: 0;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #3b444d;
}

.form-check-input:checked {
    background-color: #3b444d;
    border-color: #3b444d;
}

.form-check-label {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3b444d;
    cursor: pointer;
}

.form-check-label a {
    color: #93989d !important;
}

.form-check-label a:hover {
    color: #f6ab82 !important;
}

.invalid-feedback {
    font-size: clamp(16px, 1.2rem, 22px) !important;
}

.btn-primary {
    background: transparent;
    border: 1px solid #3b444d;
    border-radius: 0;
    color: #3b444d;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.9rem 1.6rem 1.5rem;
    min-width: 19.2rem;
    transition: background-color 0.2s, color 0.2s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent;
    border-color: #f6ab82;
    color: #f6ab82;
    box-shadow: none;
}