/*
Theme Name: Indian Suvidha
Description: A modern, dynamic, and responsive WordPress theme for Assistance & Facilitation Agency.
Author: Assistant
Version: 2.0.0
Text Domain: indian-suvidha
*/

:root {
  --primary-color: #012b5b;
  --secondary-color: #ff9933;
  --tertiary-color: #138808;
  --light-bg: #f8f9fa;
  --text-dark: #333333;
  --text-light: #666666;
  --white: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}

/* Base styles will be in assets/css/main.css */