/* Typography styles */
@font-face {
    font-family: 'MAM-Sans';
    src: url('/assets/fonts/Sans.woff2') format('woff2'),
    url('/assets/fonts/Sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Sans';
    src: url('/assets/fonts/Sans-Bold.woff2') format('woff2'),
    url('/assets/fonts/Sans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Sans';
    src: url('/assets/fonts/Sans-BoldItalic.woff2') format('woff2'),
    url('/assets/fonts/Sans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Sans';
    src: url('/assets/fonts/Sans-Italic.woff2') format('woff2'),
    url('/assets/fonts/Sans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Black.woff2') format('woff2'),
    url('/assets/fonts/Serif-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-BlackItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Bold.woff2') format('woff2'),
    url('/assets/fonts/Serif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-BoldItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Light.woff2') format('woff2'),
    url('/assets/fonts/Serif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-LightItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Medium.woff2') format('woff2'),
    url('/assets/fonts/Serif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-MediumItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Regular.woff2') format('woff2'),
    url('/assets/fonts/Serif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-RegularItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-Semibold.woff2') format('woff2'),
    url('/assets/fonts/Serif-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAM-Serif';
    src: url('/assets/fonts/Serif-SemiboldItalic.woff2') format('woff2'),
    url('/assets/fonts/Serif-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

html {
    font-size: 16px;
}
body {
    font-family: 'MAM-Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.slide-show h1 {
    font-size: 0.9rem;
    color: var(--color-light-green);
    font-weight: 400;
    margin-bottom: 1rem;
}

.slide-show  h2 {
    color: #fff;
    font-family: 'MAM-Serif', serif;
    font-weight: 300;
    font-size: 5rem;
    line-height: 1;
}

.slide-show p {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2.25rem;
    line-height: 1.3;
}


main h2 {
    font-size: 1rem;
    color: var(--color-mid-green);
    font-weight: 400;
    margin-bottom: 2.5rem;
}

main h3 {
    font-size: 3.75rem;
    line-height: 1.1;
    font-family: 'MAM-Serif', serif;
    font-weight: 300;
    color: var(--color-dark-green);
}

main .h3 {
    font-size: 3.75rem;
    line-height: 1.1;
    font-family: 'MAM-Serif', serif;
    font-weight: 300;
    color: var(--color-dark-green);
}

main .h3.alternative {
    font-size: 3.25rem;
    margin-bottom: 1.75rem;
}

section p {
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: var(--color-text);
}

section p:last-child { margin-bottom: 0; }

section.overview p {
    font-size: 1.25rem;
}

.tab h3 {
    color: #fff;
    text-decoration: none;
    font-size: 2.188rem;
    margin-bottom: 2.125rem;
}

.tab p {
    font-size: .9rem;
    color: var(--color-text-inverted);
    width: 60%;
    margin-bottom: 0;
}

.cta h2 {
    font-size: 1rem;
    color:var(--color-light-green);
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.cta h3 {
    color: #fff;
    font-size: 2.813rem;
}

.font-size-1-85 { font-size: 1.85rem !important; }

.cta p {
    margin-top: 2rem;
    color: var(--color-text-inverted);
    margin-bottom: 4rem;
}

.hero.parent-page h2 {
    color: #fff;
    font-family: 'MAM-Serif', serif;
    font-weight: 300;
    font-size: 5rem;
    line-height: 1;
}

.lowlighted { color: var(--color-mid-green); }

main h4 {
    font-family: 'MAM-Serif', serif;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

.font-size-1-22,
section.overview p.font-size-1-22 { font-size: 1.22rem; }
.font-size-1,
.overview p.font-size-1 { font-size: 1rem; }

.list h5 {
    font-size: 1rem;
    margin: 0;
}

section p a {
    color: var(--color-text);
    text-underline-offset: 0.4rem;
    text-decoration-color: var(--color-gray-light);
}


.font-size-3-75 {
    font-size: 3.75rem !important;
}
