@charset "UTF-8";
@import "base2020.css";

@font-face {
    font-family: Merriweather;
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Merriweather;
    src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
}

:root {
    --font-default-family: Merriweather, Georgia, serif;
}

body {
    font-size: 14px;
}

.orange-title, .navy-title {
    font-size: 16px;
}

h2.section-title {
    font-size: 25px;
}

.footer-section-menu a {
    font-size: 14px;
}

.footer-copyright {
    font-size: 14px;
}

#subscribe-container a div#subscribe-body p#sub-text {
    left: calc(50% - 52.5px);
}

#subscribe-container a div#subscribe-body p#sub-newsletter-text {
    left: calc(50% - 165px);
}
