@font-face {
    font-family: 'Southwark-Regular';
    src: url('../fonts/Southwark-Regular.woff2') format('woff2'),
        url('../fonts/Southwark-Regular.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'FrutigerLT';
    src: url('../fonts/FrutigerLTStd-Light.woff2') format('woff2'),
        url('../fonts/FrutigerLTStd-Light.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FrutigerLT';
    src: url('../fonts/FrutigerLTCom-Bold.woff2') format('woff2'),
        url('../fonts/FrutigerLTCom-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

html,
body {
    font-family: 'FrutigerLT', Arial, sans-serif !important;
}

h2 {
    font-family: 'Southwark-Regular', Arial, sans-serif;
}

button[type="submit"],
button.submit {
    background-color: #d8061f !important;
    color: #ffffff !important;
}

button[type="submit"]:hover,
button.submit:hover{
    background-color: #E0384C !important;
}

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

.text-primary {
    color: #d8061f;
}

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

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

.rte a {
    color: #d8061f;
}
