/*
Theme Name: Deepam Finvest
Theme URI: https://deepamfinvest.com
Author: Saurabh
Author URI: https://saurabhpandey.online
Description: A lightweight Elementor-ready WordPress theme for financial and business websites.
Version: 1.0.0
License: GPL v2 or later
Text Domain: deepam-finvest
Tags: elementor, business, finance, responsive
*/


/* ======================
   GLOBAL TYPOGRAPHY
====================== */

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
	font-weight: 400;
	margin: 0px;
overflow-x: hidden;
}

/* Paragraphs */
p {
    font-size: 16px;
    margin-bottom: 1em;
	font-weight: 400;
}

/* Elementor text fix */
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;

}

/* Links inherit */
a {
    color: inherit;
    text-decoration: none;
	font-weight: 400;
}

/* Headings (optional, clean) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
