@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    font-family: 'Gotham' !important;
}

button[type="submit"] {
    background-color: #e10f2a;
    color: #ffffff;
}

button[type="submit"]:hover {
    background-color: #de3c51;
}

.field-row label,
.qty-row label {
    color: #e10f2a;
    font-weight: 700;
}



.text-primary {
    color: #e10f2a;
}

.border-primary {
    border-color: #e10f2a;
}

.bg-primary {
    background-color: #e10f2a;
}

.rte a {
    color: #e10f2a;
}
