:root {
  --ssp-regular: "SourceSansPro-Regular";
  --ssp-bold: "SourceSansPro-Bold";
  --ssp-extra-bold: "SourceSansPro-Black";
  --ssp-light: "SourceSansPro-Light";
  --ssp-extra-light: "SourceSansPro-ExtraLight";
  --ssp-medium: "SourceSansPro-Semibold";
  --ssp-semibold: "SourceSansPro-Semibold";
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Black";
  src: url("SourceSansPro-Black.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Light";
  src: url("SourceSansPro-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-ExtraLight";
  src: url("SourceSansPro-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("SourceSansPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
