@font-face {
  font-family: "Estedad FD";
  src: url("../fonts/Estedad-FD-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Estedad FD";
  src: url("../fonts/Estedad-FD-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Estedad FD";
  src: url("../fonts/Estedad-FD-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Estedad FD";
  src: url("../fonts/Estedad-FD-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Estedad FD";
  src: url("../fonts/Estedad-FD-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --pke-brand-font: "Estedad FD", Tahoma, Arial, sans-serif;
}

html,
body,
body p,
body li,
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body button,
body input,
body select,
body textarea,
body .button,
body .nav > li > a,
body .menu-item > a,
body .woocommerce,
body .woocommerce-page,
body .wp-block,
body .editor-styles-wrapper,
body.wp-admin,
body.wp-admin .wrap,
body.wp-admin #adminmenu,
body.wp-admin #wpadminbar,
body.login {
  font-family: var(--pke-brand-font) !important;
}

code,
pre,
kbd,
samp,
.code,
.CodeMirror,
.ace_editor {
  font-family: Consolas, Monaco, monospace !important;
}

