/* Default UI Font */
@font-face {
    font-family: 'Nunito';
    src: url('nunito-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('nunito-semibold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('nunito-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

body {
    font-family: 'Nunito', sans-serif;
}

.blockquote-footer {
    font-size: 1.2em;
}

a.stretched-link:link, a.stretched-link:hover,
a.stretched-link:active, a.stretched-link:visited {
    text-decoration: none;
    color: inherit;
}
