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