/* ==================================================
   TRIPFLORIC HOMEPAGE — Utility Classes
   Extracted from inline styles in index.html
   ================================================== */

/* ---- Font Size Utilities ---- */
.hv2-fs-10 { font-size: 10px; }
.hv2-fs-20 { font-size: 20px; }

/* ---- Height Utilities for Logos ---- */
.hv2-logo { height: 36px; }
.hv2-logo-sm { height: 32px; }

/* ---- Text Color Utilities ---- */
.hv2-text-primary { color: var(--primary); }
.hv2-text-white { color: #ffffff; }

/* ---- Background Utilities ---- */
.hv2-bg-secondary { background: var(--bg-secondary); }

/* ---- Layout Utilities ---- */
.hv2-section-center {
  justify-content: center;
  text-align: center;
}

.hv2-head-centered {
  max-width: 620px;
  margin: 0 auto;
}

/* ---- Flex Utilities ---- */
.hv2-flex-auto { margin-left: auto; }
