@import url("https://use.typekit.net/txs4igd.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
    font-size: 16px;
}

a {
    color: #008384;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

a:hover {
    color: #005051;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

h1, h2 {
    font-family: "Lora", serif;
    color: #222222;
    font-style: normal;
}

h3, h4, h5, h6, p, ul, li, table, td, blockquote, label {
    font-family: museo-sans, sans-serif;
    font-style: normal;
}

h1 {
    font-size: 2.2em;
    font-weight: 500;
}

h2 {
    font-size: 2em;
    font-weight: 400;
}

h3 {
    font-size: 1.75em;
    font-weight: 300;
}

h4 {
    font-size: 1.4em;
    font-weight: 700;
}

h5 {
    font-size: 1.4em;
    font-weight: 300;
}

p, ul, li, td {
    font-weight: 300;
    font-size: 1em; 
}

legend, .form-select, .form-label, .form-control {
    font-size: 1em !important;
}

p.lead {
    font-weight: 500;
}

blockquote {
    font-size: 1.5em;
    font-weight: 500;
}