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

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: 'Lato', 'Montserrat', 'Cabin', 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
    color: #1c2d49;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Lato', 'Cabin', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

h1 {
    letter-spacing: 0.04em;
}

h2 {
    font-family: 'Lato', 'Montserrat', 'Cabin', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.06em;
}

h3 {
    font-family: 'Lato', 'Montserrat', 'Cabin', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.18em;
}

h4,
h5,
h6 {
    font-weight: 600;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1:focus,
h1:focus-visible {
    outline: none;
}

.mud-main-content {
    background-color: #ffffff;
}
