@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/Lato-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/Lato-Semibold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/Lato-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Used by the Future Leaders eyebrow labels.  The font file already ships
   with PCI Web; declaring it here lets a 900 weight render as Lato Black. */
@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/Lato-Black.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

.landing-page-shell { margin: 0 !important; padding: 106px 0 0 !important; max-width: none !important; width: 100% !important; }
.landing-page-shell > main { margin: 0; padding: 0; }
