/* Local font setup for site + Elementor/Crocoblock + plugin tools */

@font-face {
  font-family: "ZyUI";
  src:
    local("Noto Sans Regular"),
    local("NotoSans-Regular"),
    url("./fonts/NotoSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ZyUI";
  src:
    local("Noto Sans SemiBold"),
    local("NotoSans-SemiBold"),
    url("./fonts/NotoSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "ZyUI";
  src:
    local("Noto Sans Bold"),
    local("NotoSans-Bold"),
    url("./fonts/NotoSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --zy-ui-font: "ZyUI", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--zy-ui-font);
}
