@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Medium"),
    local("NeueMontreal-Medium"),
    url("/migration/assets/fonts/NeueMontreal-Medium.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-Medium.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Light Italic"),
    local("NeueMontreal-LightItalic"),
    url("/migration/assets/fonts/NeueMontreal-LightItalic.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-LightItalic.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Medium Italic"),
    local("NeueMontreal-MediumItalic"),
    url("/migration/assets/fonts/NeueMontreal-MediumItalic.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-MediumItalic.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-MediumItalic.ttf")
      format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Bold"),
    local("NeueMontreal-Bold"),
    url("/migration/assets/fonts/NeueMontreal-Bold.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-Bold.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Bold Italic"),
    local("NeueMontreal-BoldItalic"),
    url("/migration/assets/fonts/NeueMontreal-BoldItalic.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-BoldItalic.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Italic"),
    local("NeueMontreal-Italic"),
    url("/migration/assets/fonts/NeueMontreal-Italic.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-Italic.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Light"),
    local("NeueMontreal-Light"),
    url("/migration/assets/fonts/NeueMontreal-Light.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-Light.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Montreal";
  src:
    local("Neue Montreal Regular"),
    local("NeueMontreal-Regular"),
    url("/migration/assets/fonts/NeueMontreal-Regular.woff2")
      format("woff2"),
    url("/migration/assets/fonts/NeueMontreal-Regular.woff")
      format("woff"),
    url("/migration/assets/fonts/NeueMontreal-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
