/* Base Variables
  -------------------------------------------------------------- */

:root {
    --primary-color: #0a5ba7;
    --primary-font: 'Lora', serif;
    --white-color: #ffffff;
    --text-color: #333333;
    --border-color: #f5f5f5;
    --hover-bg: #f9f9f9;
    --shadow-light: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-medium: 0 5px 10px rgba(0,0,0,0.1);
    --transition-base: all 0.3s ease;
}