/*
Theme Name: Hello Biz Child Custom
Template: hello-biz
Version: 1.0.1
Text Domain: hello-biz-child
*/
.wpml-ls-item-en {
    display: none !important;
}
.wpml-ls-current-language > a {
    color: #ff7a00 !important;
}
/* DINPRO – REGULAR */
@font-face {
  font-family: "DinPro";
  src: url("../fonts/dinpro-regular.woff2") format("woff2"),
       url("../fonts/dinpro-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DINPRO – BOLD */
@font-face {
  font-family: "DinPro";
  src: url("../fonts/dinpro-bold.woff2") format("woff2"),
       url("../fonts/dinpro-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --e-global-typography-primary-font-family: "DinPro" !important;
  --e-global-typography-secondary-font-family: "DinPro" !important;
  --e-global-typography-text-font-family: "DinPro" !important;
  --e-global-typography-accent-font-family: "DinPro" !important;
}


body {
    background-color: #fff;
    color: #333;
    font-family: DinPro;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}