@import url('https://fonts.googleapis.com/css2?family=Domine&family=Montserrat:wght@400;700&display=swap');

html, body {
    font-family: "Domine", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #202124;
}

h1, h2, h3, h4, h5, h6 {
    color: #48487f;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

a, a:hover, a:active, a:visited, a:focus {
    color: #48487f;
}

label {
    font-weight: 400;
}