@font-face {
    font-family: georgia;
    src: url('../fonts/georgia-webfont.woff') format("woff"),
        url('../fonts/georgia-webfont.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: georgia;
    src: url('../fonts/georgiab-webfont.woff') format("woff"),
        url('../fonts/georgiab-webfont.woff2') format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.navList li a {
    cursor: pointer;
    display: inline-block;
    color: white;
    padding: 8px 0;
    font-size: 3.25rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'georgia', sans-serif;
}
