@font-face {
  font-family: 'Reel Lora';
  src: url('/reel-studio-assets/fonts/Lora-wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reel Caveat';
  src: url('/reel-studio-assets/fonts/Caveat-wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
.font-style-options {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  align-items: start;
  gap: 10px 22px;
  margin-top: 23px;
}
.font-style-options > label {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}
.font-style-preview {
  min-width: 0;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f4f9fb;
}
.font-style-preview > span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
#font-style-sample {
  margin: 7px 0 0;
  min-height: 34px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.font-style-options > .section-hint {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
}
#font-style-sample[data-font-style='elegant'],
#poster[data-font-style='elegant'] #poster-title,
#poster[data-font-style='elegant'] #poster-business {
  font-family: 'Reel Lora', Georgia, serif;
  font-weight: 600;
}
#font-style-sample[data-font-style='handwritten'],
#poster[data-font-style='handwritten'] #poster-title,
#poster[data-font-style='handwritten'] #poster-business {
  font-family: 'Reel Caveat', 'Segoe Print', cursive;
  font-weight: 600;
}
#font-style-sample[data-font-style='handwritten'] {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 540px) {
  .font-style-options { grid-template-columns: minmax(0, 1fr); gap: 14px; }
}
