/*
Theme Name: Advocate Theme
Theme URI: sanket.co.in
Author: Sanket
Author URI: sanket.co.in
Description: A responsive WordPress theme for Advocates.
Version: 1.0
License: 
Text Domain: advocate-theme
*/

body {
  font-family: 'Segoe UI', sans-serif;
  color: #111;
  background: #fff;
  margin: 0;
}


:root {
  --primary: #000;
  --secondary: #fff;
  --accent: #007BFF;
  --highlight: #FFD700;
  --gray: #666;
}
