/* Medicare Review Guide - Brand Theme */
/* Extends/overrides theme-base.css */

:root {
  /* Brand colors - Blue professional medical */
  --color-primary-600: #2563eb;
  --color-primary-700: #1d4ed8;
  --color-primary-800: #1e40af;
  
  /* Brand-specific */
  --brand-name: "Medicare Review Guide";
  --brand-gradient: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
}
