.font-fraunces {
  font-family: 'Fraunces', serif;
  font-variation-settings: 'SOFT' var(--fraunces-softness, 50);
}

.font-fraunces-italic {
  font-style: italic;
}

/* Weight utilities */
.font-fraunces-thin { font-weight: 100; }
.font-fraunces-light { font-weight: 300; }
.font-fraunces-regular { font-weight: 400; }
.font-fraunces-medium { font-weight: 500; }
.font-fraunces-semibold { font-weight: 600; }
.font-fraunces-bold { font-weight: 700; }
.font-fraunces-black { font-weight: 900; }