/* Custom class for vh-90 */
.vh-90 {
    height: 90vh !important;
  }
  
  /* Custom class for vh-80 */
  .vh-80 {
    height: 80vh !important;
  }
  
  /* Responsive breakpoints */
  @media (min-width: 576px) {
    .vh-sm-90 {
      height: 90vh !important;
    }
    .vh-sm-80 {
      height: 80vh !important;
    }
  }
  
  @media (min-width: 768px) {
    .vh-md-90 {
      height: 90vh !important;
    }
    .vh-md-80 {
      height: 80vh !important;
    }
  }
  
  @media (min-width: 992px) {
    .vh-lg-90 {
      height: 90vh !important;
    }
    .vh-lg-80 {
      height: 80vh !important;
    }
  }
  
  @media (min-width: 1200px) {
    .vh-xl-90 {
      height: 90vh !important;
    }
    .vh-xl-80 {
      height: 80vh !important;
    }
  }
  
  @media (min-width: 1400px) {
    .vh-xxl-90 {
      height: 90vh !important;
    }
    .vh-xxl-80 {
      height: 80vh !important;
    }
  }
  

  .aclonica-regular {
    font-family: "Aclonica", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  