/**
 * Segoe UI — @font-face maps the family name to the OS-installed faces.
 * Windows provides these local names; macOS/Linux fall through to the
 * font-family stack from Beaver Builder / your CSS.
 *
 * Self-hosted: add licensed .woff2 under ../fonts/ and extend each src with:
 *   url("../fonts/segoe-ui-400.woff2") format("woff2"),
 * (see https://docs.wpbeaverbuilder.com/bb-theme/defaults-for-styles/typography/add-web-fonts-to-your-theme-and-the-beaver-builder-plugin/)
 */

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local("Segoe UI Light"),
    local("SegoeUILight"),
    local("Segoe UI");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Segoe UI"),
    local("SegoeUI"),
    local("Segoe UI Regular");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    local("Segoe UI Semibold"),
    local("SegoeUI-Semibold"),
    local("Segoe UI");
}

@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Segoe UI Bold"),
    local("SegoeUI-Bold"),
    local("Segoe UI");
}
