@font-face {
    font-family: "gugler-font-vf";
    src: url("../fonts/AntoniaVariable.woff2") format("woff2 supports variations"),url("../fonts/AntoniaVariable.woff2") format("woff2-variations"),url("../Fonts/AntoniaVariable.woff2") format("woff2"),url("../Fonts/AntoniaVariable.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "gugler-font";
    src: url("../fonts/Antonia-TextRegular.woff2") format("woff2");
}

@font-face {
    font-family: "gugler-font";
    src: url("../fonts/Antonia-TextSemiBold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "gugler-font-italic";
    src: url("../fonts/Antonia-TextRegularItalic.woff2") format("woff2"), url("../fonts/Antonia-TextRegularItalic.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque W05 Regular";
    src: url("../fonts/c08bd59d-6708-4ffd-8478-ca9691164a36.woff2") format("woff2"), url("../fonts/9737b091-4894-485b-92e0-42cfb7b3d0b8.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque W05 Medium";
    src: url("../fonts/30ac4628-6698-4a77-976f-decddbe9bd38.woff2") format("woff2"), url("../fonts/641140da-24ba-4cf6-9e1a-b90ea5b2f049.woff") format("woff");
    font-display: swap;
}

hr {
    border: none;
}

body{
    font-family: "Galano Grotesque W05 Regular";
    font-size: 1.8rem;
    line-height: 2.5rem;
}

legend{
    font-family: "Galano Grotesque W05 Regular";
    font-size: 1.8rem;
    border:none;
}

.navbar-default {
    background-color: white;
    border:none;
}

.form-control{
    border: 1px solid #757575;
    border-radius: 0;
}

.panel{
    border-radius: 0;
    border:none;
}

.panel-default>.panel-heading {
    background-color: #C3B09B;
    border-color: #C3B09B;
    border-radius: 0;
    font-family: "gugler-font-vf", serif;
    font-variation-settings: "wght" 525, "opsz" 26.57;
    font-weight: 525;
    font-size: 2em;
    color:white;
    line-height: normal;
}

.control-label, p, p.text-info,label,legend, option, div.dz-message {
    color: black !important;
}


.btn-primary{
    background-color: #C3B09B !important;
    border:none;
    border-radius: 500px;
}

.panel-body {
    background-color: #f0e9e5;
}

body, .form-control {
    background-color: #ffffff;
    color: #666666;
}
h1 {
    font-family: Verdana, Times, Arial, sans-serif;
    font-size: 10px;
}

.important,
label.required:after {
    color: black;
}
label.required:after {
    content: ' *';
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #9e2733, #8e2632);
}

/* custom */

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    max-width: 218px;
}

.dropzone .dz-message {
    margin: 4em 0;
}

.dropzone {
    text-align: center;
}

#note-click-button {
    margin-top: 10px;
}

.btn {
    font-size: 1em;
}

.form-group.has-error::after {
    content: attr(data-error);
    display: block;
    background: #a94442;
    color: white;
    padding: 5px;
    margin: 5px 15px;
}

.checkbox-gdpr {
    vertical-align: top;
}

label.gdpr {
    padding-top: 0 !important;
    float: none;
    text-align: left !important;
}
