@import url("https://use.typekit.net/xte7hpl.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap");

body {
    font-family: "Roboto", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    color: #00274c;
    text-rendering: optimizeLegibility;
}

@media screen and (min-width: 48em) {
    h1 {
        font-size: 3.33333rem;
    }
}

h1 {
    font-size: 2.5em;
    margin: 0.67em 0;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: 0.75em;
    text-align: center;
    font-weight: 400;
    color: #00214b;
}

h2 {
    font-weight: 300;
    font-size: 2.44444rem;
    margin-bottom: 0.5em;
}

h2::after {
    content: "";
    display: block;
    width: 1.4em;
    border-bottom: solid 1px #218014;
    left: 0;
    bottom: 0;
    margin-top: 0.25em;
}

.h2, h2 {
    color: #00214b;
    font-size: 2rem;
    font-weight: 600;
}

.h3, h3 {
    color: #333333;
    font-size: 1.7rem;
    font-weight: 600;
}

.h4, h4 {
    font-size: 1.3rem;
    font-weight: 600;
}

.btn-secondary {
    border: 1px #218014 solid;
    font-size: 1rem;
    font-weight: 600;
    padding: 16px 20px 14px;
    color: #000000;
    border-radius: 4px;
    background-color: #ffffff;
}

.btn-secondary:hover {
    border: 1px #218014 solid;
    color: #ffffff;
    background-color: #218014;
}

.btn-dark {
    border: 1px #666666 solid;
    font-size: 1rem;
    font-weight: 600;
    padding: 16px 20px 14px;
    color: #666;
    border-radius: 4px;
    background-color: #ffffff;
}

.rz-dialog-confirm-buttons .rz-dialog-confirm-buttons button.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default {
    background-color: var(--rz-primary) !important;
}

.rz-dialog-confirm-buttons .rz-button.rz-secondary.rz-shade-default,
.rz-secondary.rz-shade-default.rz-paginator-elements {
    background-color: var(--rz-base-200);
    color: var(--rz-text-color);
}

.law-bg-primary {
    background-color: #cfe2ff;
    color: #052c65;
}
