@font-face {
    font-family: 'zipfer';
    src: url('../fonts/zine/2EF4B6_7_0.woff2') format('woff2'), url('../fonts/zine/2EF4B6_7_0.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'zipfer';
    src: url('../fonts/zine/2EF4B6_5_0.woff2') format('woff2'), url('../fonts/zine/2EF4B6_5_0.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'zipfer';
    src: url('../fonts/zine/2EF4B6_1_0.woff2') format('woff2'), url('../fonts/zine/2EF4B6_1_0.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'zipfer';
    src: url('../fonts/zine/2EF4B6_1B_0.woff2') format('woff2'), url('../fonts/zine/2EF4B6_1B_0.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

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

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

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

.field-row label,
.qty-row label {
    color: #13205a;
    font-weight: 500;
}

.enum-list li.selected {
    background-color: #13205a;
}

.enum-list li.selected:hover {
    background-color: #1d3085;
}

.text-primary {
    color: #1d3085;
}

.border-primary {
    border-color: #1d3085;
}

.bg-primary {
    background-color: #1d3085;
}

.rte a {
    color: #1d3085;
}
