@font-face {
  font-family: "Sage UI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Sage UI Regular"), local("SageUI-Regular");
  src: url("./sageui-regular.woff2") format("woff2"),
    url("./sageui-regular.woff") format("woff"),
    url("./sageui-regular.ttf") format("truetype"),
    url("./sageui-regular.otf") format("opentype");
}

@font-face {
  font-family: "Sage UI";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Sage UI Medium"), local("SageUI-Medium");
  src: url("./sageui-medium.woff2") format("woff2"),
    url("./sageui-medium.woff") format("woff"),
    url("./sageui-medium.ttf") format("truetype"),
    url("./sageui-medium.otf") format("opentype");
}

@font-face {
  font-family: "Sage UI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Sage UI Bold"), local("SageUI-Bold");
  src: url("./sageui-bold.woff2") format("woff2"),
    url("./sageui-bold.woff") format("woff"),
    url("./sageui-bold.ttf") format("truetype"),
    url("./sageui-bold.otf") format("opentype");
}

@font-face {
  font-family: "CarbonIcons";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("CarbonIcons"),
    url("./carbon-icons-webfont-v131.1.0.woff2") format("woff2"),
    url("./carbon-icons-webfont-v131.1.0.woff") format("woff");
}
