/* Huture customer-facing typography shared by catalogue and configurator pages. */
:root{--huture-font:Inter,"Segoe UI",Arial,sans-serif}
body{font-family:var(--huture-font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font-family:var(--huture-font)}

.catalog-header,.config-header{min-height:82px}
.catalog-header img,.config-header img{width:188px;max-height:58px;object-fit:contain}
.catalog-header nav,.config-header nav{gap:25px}
.catalog-header nav a,.config-header nav a{font-size:14px;font-weight:600;line-height:1.6}

.catalog-search label{font-weight:700}
.catalog-search input,.catalog-search select{font-size:15px}
.catalog-search button,.button,.submit,.link-button{font-family:var(--huture-font);font-size:14px;line-height:1.3;font-weight:700}

.config-header{padding-top:12px;padding-bottom:12px}
.config-hero h1{font-size:clamp(42px,5.1vw,68px);line-height:1.05;letter-spacing:-.045em;font-weight:780}

@media(max-width:820px){
  .catalog-header img,.config-header img{width:150px}
  .catalog-header nav a,.config-header nav a{font-size:14px}
}
