:root{--avola-orange:#FF7F32;--avola-blue:#000060;--avola-black:#000;--avola-white:#FFF;}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}


/* --- Avola Font Patch: Myriad Pro everywhere, weights 400/700 only --- */
html, body, button, input, textarea, select {
  font-family: "myriad-pro","Myriad Pro",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-style: normal;
}

/* Headings use 700, body defaults to 400 */
h1,h2,h3{font-weight:700;}
h4,h5,h6,p,li,small,em,i,span{font-weight:400;}

/* Utilities or legacy classes that might introduce unsupported weights */
.font-thin,.font-extralight,.font-light,.font-normal,.font-medium{font-weight:400 !important;}
.font-semibold,.font-bold,.headline{font-weight:700 !important;}

/* Strong/Emphasis */
strong,b{font-weight:700;}
