@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("/cdn/res/fonts/inspira/SourceSansPro-Light.woff2") format("woff2"),
       url("/cdn/res/fonts/inspira/SourceSansPro-Light.otf") format("opentype"),
       url("/cdn/res/fonts/inspira/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url("/cdn/res/fonts/inspira/SourceSansPro-Regular.woff2") format("woff2"),
       url("/cdn/res/fonts/inspira/SourceSansPro-Regular.otf") format("opentype"),
       url("/cdn/res/fonts/inspira/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-weight: bold;
  font-style: normal;
  src: url("/cdn/res/fonts/inspira/SourceSansPro-Bold.woff2") format("woff2"),
    url("/cdn/res/fonts/inspira/SourceSansPro-Bold.otf") format("opentype"),
    url("/cdn/res/fonts/inspira/SourceSansPro-Bold.ttf") format("truetype");

}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-weight: normal;
  font-style: italic;
  src: url("/cdn/res/fonts/inspira/SourceSansPro-Italic.woff2") format("woff2"),
    url("/cdn/res/fonts/inspira/SourceSansPro-Italic.otf") format("opentype"),
    url("/cdn/res/fonts/inspira/SourceSansPro-Italic.ttf") format("truetype");

}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  font-weight: bold;
  font-style: italic;
  src: url("/cdn/res/fonts/inspira/SourceSansPro-BoldItalic.woff2") format("woff2"),
    url("/cdn/res/fonts/inspira/SourceSansPro-BoldItalic.otf") format("opentype"),
    url("/cdn/res/fonts/inspira/SourceSansPro-BoldItalic.ttf") format("truetype");

}
