/*
 Theme Name:   Hello Elementor Child (Optimized) – CWV v2.1
 Template:     hello-elementor
 Version:      1.1.1
 Description:  Preload + @font-face per Hochstadt Rounded; fix CWV (LCP/CLS/INP).
*/

/* Skip link */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:static;width:auto;height:auto;padding:.75rem 1rem;background:#fff;color:#111;z-index:9999;outline:2px solid #000}

/* Tipografia di base */
:root{--fs-base:16px;--header-h:0px}
body{font-size:var(--fs-base);line-height:1.55}
img{height:auto;max-width:100%}
figure{margin:0}

/* @font-face del display font */
@font-face{
  font-family: 'Hochstadt Rounded';
  src: url('https://www.fusocheese.com/wp-content/uploads/2023/04/Hochstadt-Rounded.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.hochstadt-title{font-family:'Hochstadt Rounded', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif}

/* CLS guard */
.site-header{min-height:var(--header-h)}
body.header-fixed .site-header{position:sticky;top:0;z-index:1000}
.cookie-banner-fixed{min-height:var(--cookie-h,0px)}
.cookie-banner-inline{min-height:var(--cookie-h,64px)}
.elementor-image img{display:block}
.aspect-16-9{aspect-ratio:16/9}
.aspect-4-3{aspect-ratio:4/3}
.aspect-1-1{aspect-ratio:1/1}
