/* Il carattere del marchio non viene applicato ai testi o ai titoli del sito. */
@font-face{
  font-family:"Concielian Alpha";
  src:url("fonts/concielian-alpha.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
.sg-header .sg-logo > strong.sg-brand-wordmark,
.sg-footer strong.sg-brand-wordmark{
  font-family:"Concielian Alpha",Chivo,sans-serif;
  font-weight:400;
  font-style:normal;
  font-synthesis:none;
  color:#fff;
  letter-spacing:.04em;
}
.sg-header .sg-logo > strong.sg-brand-wordmark span,
.sg-footer strong.sg-brand-wordmark span{
  color:#fff;
}

/* Reserve the measured 13.62em glyph advance + 15 × .04em tracking before swap. */
.sg-header .sg-logo{flex:0 0 auto}
.sg-header .sg-logo > strong.sg-brand-wordmark{
  display:block;
  flex:0 0 14.22em;
  inline-size:14.22em;
  block-size:1.2em;
  line-height:1.2;
  white-space:nowrap;
}
@media(max-width:700px){
  .sg-header .sg-logo > strong.sg-brand-wordmark{font-size:clamp(12px,4.8vw,16px)}
}
