﻿@font-face {
    font-family: "Montserat";
    src: url("/fonts/Montserrat-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold weight */
@font-face {
    font-family: "SocialGothic";
    src: url("/fonts/SocialGothicForSHL[6332].otf") format("opentype");
    font-style: normal;
    font-display: swap;
}

body main .lakers-page {
    font-family: Montserat, sans-serif;
}

main .lakers-page h1,
main .lakers-page h2,
main .lakers-page h3 {
    font-family: SocialGothic, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.3em;
}

main .lakers-page h1 {
    font-size: 3em;
}

main .lakers-page h2 {
    font-size: 2.2em;
}

main .lakers-page h3 {
    font-size: 1.6em;
}