@font-face {
  font-family: FedraSansHL;
  src: local("FedraSansHL"),
    url(../fonts/FedraSansHL-LightItalic.otf) format("otf"),
    url(../fonts/FedraSansHL-LightItalic.woff2) format("woff2"),
    url(../fonts/FedraSansHL-LightItalic.woff) format("woff"),
    url(../fonts/FedraSansHL-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: FedraSansHL;
  src: local("FedraSansHL"),
  url(../fonts/FedraSansHL-Light.otf) format("otf"),
  url(../fonts/FedraSansHL-Light.woff2) format("woff2"),
  url(../fonts/FedraSansHL-Light.woff) format("woff"),
  url(../fonts/FedraSansHL-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
    font-family: FedraSansHL;
    src: local("FedraSansHL"),
    url(../fonts/FedraSansHL-MediumItalic.otf) format("otf"),
    url(../fonts/FedraSansHL-MediumItalic.woff2) format("woff2"),
    url(../fonts/FedraSansHL-MediumItalic.woff) format("woff"),
    url(../fonts/FedraSansHL-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
}
@font-face {
    font-family: FedraSansHL;
    src: local("FedraSansHL"),
    url(../fonts/FedraSansHL-Medium.otf) format("otf"),
    url(../fonts/FedraSansHL-Medium.woff2) format("woff2"),
    url(../fonts/FedraSansHL-Medium.woff) format("woff"),
    url(../fonts/FedraSansHL-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: FedraSansHL;
    src: local("FedraSansHL"),
    url(../fonts/FedraSansHL-BookItalic.otf) format("otf"),
    url(../fonts/FedraSansHL-BookItalic.woff2) format("woff2"),
    url(../fonts/FedraSansHL-BookItalic.woff) format("woff"),
    url(../fonts/FedraSansHL-BookItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
}
