html{
    scroll-behavior: smooth;
}

body{margin:0}.op0{opacity:0}.op10{opacity:.1}.op20{opacity:.2}.op30{opacity:.3}.op40{opacity:.4}.op50{opacity:.5}.op60{opacity:.6}.op70{opacity:.7}.op80{opacity:.8}.op90{opacity:.9}.op100{opacity:1}
*{
    font-Family: "Open Sans Regular", sans-serif
}
.no-shrink{flex-shrink: 0}
.h-fit-content {
    height: fit-content;
}
.w-fit-content{
    width: fit-content;
}

h1, h2, h3, h4, h5, h6, ul, li{
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: inherit;
}

.pointer{cursor: pointer;}

.rounded-border{
    border-radius: 20px;
}

.wp-block-post-title{
    display: none;
}

a{
    text-decoration: none;
    color:inherit;
}

button{
    background-color: inherit;
    box-shadow: none;
    border: none;
    outline: none;
}

select{
    -webkit-appearance: none;
    outline: none;
    background-color: inherit;
    border: none;
}

/* Remove default wordpress theme styles */
.wp-container-7 > :where(:not(.alignleft):not(.alignright)) {
    max-width: none !important;
  }
  
  .wp-site-blocks {
    padding: 0;
  }
  
  .wp-container-11.wp-block-group.alignfull {
    max-width: 100%;
  }