/*
 Theme Name:   Advocate Raksha Ram Child
 Theme URI:    https://raksharam.com.np/
 Description:  A personal branding child theme for Advocate Raksha Ram, based on the Astra theme.
 Author:       Raksha Ram
 Author URI:   https://raksharam.com.np/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  raksharam-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
2.0 Header
3.0 Navigation
4.0 Content
5.0 Footer
6.0 Custom Colors & Typography
--------------------------------------------------------------*/

/* 6.0 Custom Colors & Typography */
/* Base colors from your plan: Dark Blue + Blue */

:root {
    --primary-color: #005A9C; /* A strong, professional blue */
    --secondary-color: #0D2240; /* A very dark navy blue for text/backgrounds */
    --accent-color: #E6F0FF; /* A light blue for backgrounds or highlights */
}

body {
    color: var(--secondary-color);
}

a, h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}

a:hover {
    opacity: 0.8;
}
