@font-face {
    font-family: "Montserrat";
    src: url("../../fonts/Montserrat-VariableFont_wght.ttf");
    font-weight: 100 900;
}

body {
    font-family: "Montserrat";
    font-size: 0.9rem;
}

.page-header {
    background-color: linear-gradient(
        to right,
        rgba(2, 36, 91, 1) 0%,
        rgba(2, 36, 91, 0) 100%
    );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
