/* Gotham — Landing Page (WOFF2 -> WOFF -> OTF fallback) */

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Light"),
    local("Gotham-Light"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Light.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Light.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Light.otf?version=0") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Book"),
    local("Gotham-Book"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Book.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Book.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Book.otf?version=0") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Medium"),
    local("Gotham-Medium"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Medium.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Medium.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Medium.otf?version=0") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Medium Italic"),
    local("Gotham-MediumIta"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-MediumIta.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-MediumIta.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-MediumIta.otf?version=0") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Bold"),
    local("Gotham-Bold"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Bold.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Bold.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Bold.otf?version=0") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    local("Gotham Black"),
    local("Gotham-Black"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Black.woff2?version=0") format("woff2"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Black.woff?version=0") format("woff"),
    url("https://learn.innovista-health.com/rs/664-GWY-563/images/Gotham-Black.otf?version=0") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Recommended fallback stack */
:root {
  --font-sans: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-family: var(--font-sans);
}
