/* ============================================
   Lenks Theme CSS Custom Properties
   ============================================ */
:root {
  /* Brand Colors */
  --color-brand-green: #04A644;
  --color-brand-teal: #06AB8A;
  --color-brand-gradient: linear-gradient(135deg, #04A644, #06AB8A);

  /* Page */
  --color-page-bg: #f8faf9;
  --color-card-bg: #ffffff;

  /* Text */
  --color-text: #1a202c;
  --color-text-secondary: #4a5568;

  /* Theme Colors */
  --color-primary: #04A644;
  --color-accent: #06ab8a;
  --color-border: #04A644;
  --color-border-light: #e2e8f0;

  /* Header */
  --color-header-bg: var(--color-brand-gradient);
  --color-header-text: #ffffff;
  --color-header-subtle: rgba(255, 255, 255, 0.8);

  /* Fonts */
  --font-heading: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Lato", "Helvetica Neue", Arial, sans-serif;

  /* Resume Page */
  --page-width: 210mm;
  --page-padding: 12mm 14mm;
}
