
/* New fonts 2022 */

@font-face {
    font-family: "MillerText";
    src: local("MillerText-Bold"), url("MillerText-Bold.woff2") format("woff2"),
      url("MillerText-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Light Italic"), local("Gotham-LightItalic"),
      url("Gotham-LightItalic.woff2") format("woff2"),
      url("Gotham-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Book"), local("Gotham-Book"),
      url("Gotham-Book.woff2") format("woff2"),
      url("Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"),
      url("Gotham-BoldItalic.woff2") format("woff2"),
      url("Gotham-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Bold"), local("Gotham-Bold"),
      url("Gotham-Bold.woff2") format("woff2"),
      url("Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Medium"), local("Gotham-Medium"),
      /* url("GothamPro-Medium.woff2") format("woff2"), */
      url("GothamPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham MediumItalic"), local("Gotham-MediumItalic"),
      url("GothamPro-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "MillerText";
    src: local("MillerText-BoldItalic"),
      url("MillerText-BoldItalic.woff2") format("woff2"),
      url("MillerText-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Book Italic"), local("Gotham-BookItalic"),
      url("Gotham-BookItalic.woff2") format("woff2"),
      url("Gotham-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Light"), local("Gotham-Light"),
      url("Gotham-Light.woff2") format("woff2"),
      url("Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MillerText";
    src: local("MillerText-Italic"),
      url("MillerText-Italic.woff2") format("woff2"),
      url("MillerText-Italic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "MillerText";
    src: local("MillerText-Roman"), url("MillerText-Roman.woff2") format("woff2"),
      url("MillerText-Roman.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
