@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
                --mac-font: "Montserrat", sans-serif;
                --font-we : 200;
}

body.macbook{
h1,h2,h3,h4,h5,h6{ font-family: var(--mac-font);}

}
  body.macbook { font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook p{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook h4 { font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .carousel-caption h1{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .carousel-caption p{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .menu-text{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .short_banner .content h5{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .slider_wrapper .slider_title h4{ font-family: var(--mac-font); font-weight:var(--font-we); }
  body.macbook .form-control{ font-family: var(--mac-font); font-weight:var(--font-we);  }
  body.macbook .btn.btn-outline-dark{ font-family: var(--mac-font); font-weight:var(--font-we);  }