:root {
    --orange: #f07e47;
    --blue: #00518f;
    --text: #004072;

    --black: #000;
    --dgray: #2B2B2B;
    --border: #CCC;
    --lgray: #F7F7F7;
    --white: #FFF;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: var(--text);
}

h1 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-weight: 700;
    color: var(--blue);
}


h3 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 24px;
    font-weight: 700;
    color: var(--blue);
}