/*
  Shared base styles only.
  Keep this file minimal so Public/Dashboard can diverge cleanly.
*/

:root {
  --border-radius: 12px;
}

/* Shared typography */
* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

/* Small shared utility (optional) */
@media (min-width: 992px) {
  .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
