/* https://utopia.fyi/type/calculator/?c=320,16,1.333,1400,20,1.414,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
@import url('./web/nav.css');
@import url('./web/cover.css');

/* Enhanced smooth scrolling for Safari compatibility */
html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth; /* Safari specific */
}

.w-full,
.w-full img {
    width: 100%;
}

/* Quick footer fix */
footer.wp-block-template-part {
  margin-top: 0;
}

.footer-link a {
  font-size: var(--wp--preset--font-size--type-extra-small);
  text-decoration: none;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge { 
    visibility: hidden;
}