/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* Page Title Size (theme option) — matches h1/h2/h3 scale in theme.css */
.page-title--small {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);
}
.page-title--medium {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.125rem);
}
.page-title--large {
  font-size: clamp(2.25rem, 5vw + 1rem, 3.75rem);
}
