/*
Theme Name: Vue Biologics
Theme URI: https://www.vuebiologics.com
Author: Vue Biologics
Description: Custom WordPress theme - Precision Peptide Therapy & Regenerative Medicine
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: vue-biologics
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  color: #111827;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

:root {
  --font-heading-family: 'Inter', sans-serif;
  --font-body-family: 'Inter Tight', sans-serif;
  --vue-accent: #8ECAE6;
  --nuvexa-accent: #B185DB;
  --brand-blue: #135BEC;
  --dark-bg: #0f172a;
}

h1, h2, h3 {
  font-family: var(--font-heading-family);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Hide page title */
h1.entry-title, .page-title, .entry-header { display: none !important; }
