/* Default Theme Styles - Fallback theme */

/* Use base styles from Layout.astro */
:root {
  --primary: #4A90E2;
  --primary-dark: #357ABD;
  --text: #333;
  --text-light: #666;
  --bg: #fff;
  --bg-secondary: #f5f5f5;
  --border: #e0e0e0;
}
