/* legal/moviqara/brand.css
 * Brand-specific values for moviqara legal pages.
 * Mediabuy team: edit values only. Do not add selectors here.
 * Variable reference: legal/_shared/README.md */

:root {
  --bg-color:        #eef3fb;
  --bg-pattern:      none;
  --fg-color:        #0d1b2a;
  --nav-bg:          transparent;
  --nav-fg:          #0d1b2a;
  --nav-accent:      #ef476f;
  --footer-bg:       #ffffff;
  --footer-fg:       #5a6678;
  --logo-url:        url('/legal/vidorixa/assets/logo.svg');
  --about-hero-url:  url('/legal/vidorixa/assets/about-hero.webp');
  --heading-font:    Georgia, "Times New Roman", serif;
  --body-font:       -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.site-nav .brand-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1565c0;
  letter-spacing: 0.02em;
  margin-right: auto;
}
