@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/crimson-text/regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/crimson-text/italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/crimson-text/bold.woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/crimson-text/bold-italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

html,
body {
    font-family: 'Crimson Text', serif;
    font-size: 18px;
}

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

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

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

.enum-list li.selected {
    background-color: #00417e;
}

.enum-list li.selected:hover {
    background-color: #2466a3;
}

.text-primary {
    color: #00417e;
}

.border-primary {
    border-color: #00417e;
}

.bg-primary {
    background-color: #00417e;
}

.rte a {
    color: #00417e;
}

.breadcrumb .caption {
    font-size: 20px;
}
