/**
 * `quickly-store-only/src/app/app.scss`'ten port edilmiştir — dark.css'in
 * (Bootswatch Superhero teması) kapsamadığı, kaynağın AYRI bir dosyada
 * (`app.scss`) katmanladığı marka fontu. dark.css'e karıştırılmadı; kaynakta
 * da iki dosya ayrıydı. Yerel statik dosya (public/fonts/Quickly.ttf) —
 * offline-first ilkesi korunur, CDN yok.
 */
@font-face {
  font-family: "Quickly";
  src: url("/fonts/Quickly.ttf") format("truetype");
}

.text-quickly {
  color: #312783 !important;
}

html,
body {
  font-family: Quickly !important;
}
