/* Nat geo Fonts */
@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Thin.otf");
    font-weight: 100; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-ThinItalic.otf");
    font-style: italic;
    font-weight: 100; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Light.otf");
    font-weight: 300; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-LightItalic.otf");
    font-style: italic;
    font-weight: 300; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Regular.otf");
    font-weight: 400; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-RegularItalic.otf");
    font-style: italic;
    font-weight: 400; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Medium.otf");
    font-weight: 500; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-MediumItalic.otf");
    font-style: italic;
    font-weight: 500; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Bold.otf");
    font-weight: 700; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-BoldItalic.otf");
    font-style: italic;
    font-weight: 700; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-Black.otf");
    font-weight: 900; }

@font-face {
    font-family: "Geograph Brand";
    src: url("GeographBrand-BlackItalic.otf");
    font-style: italic;
    font-weight: 900; }
