:root {
  --SegoeUI: "Segoe UI", "SegoeUIWeb", system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "SegoeUIWeb";
  src: url("../woff2/segoeui-light.woff2") format("woff2"),
       url("../woff/segoeui-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUIWeb";
  src: url("../woff2/segoeui.woff2") format("woff2"),
       url("../woff/segoeui.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUIWeb";
  src: url("../woff2/segoeui-semibold.woff2") format("woff2"),
       url("../woff/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUIWeb";
  src: url("../woff2/segoeui-bold.woff2") format("woff2"),
       url("../woff/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
