/*
Theme Name: Narad-WP
Theme URI: https://techadigi.com/product/narad-wp-multipurpose-wordpress-theme/
Author: Himadri Roy Sarkar | Techadigi
Author URI: https://techadigi.com
Description: A modern, sleek, and highly professional WordPress Theme named 'Narad-WP'. Inspired by the mythological messenger 'Narad', it focuses on storytelling, news, and communication. Features 3 distinct layouts (Magazine, Agency, Shop), a Native AJAX Newsletter API with Double Opt-In, automatic WebP image optimization, Glassmorphism mobile menus, and full WCAG Accessibility compliance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: narad-wp
Tags: blog, news, custom-background, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Variables */
:root {
    --narad-primary: #0044cc;
    /* Deep Blue from logo */
    --narad-secondary: #ff6600;
    /* Vibrant Orange from logo */
    --narad-text: #333333;
    --narad-bg: #ffffff;
    --narad-font-main: 'Inter', sans-serif;
}

body {
    margin: 0;
    font-family: var(--narad-font-main);
    color: var(--narad-text);
    background-color: var(--narad-bg);
}