/*
Theme Name: Lightweight Custom Theme
Theme URI: https://example.com/
Author: DigiSEO
Author URI: https://example.com/
Description: A lightweight WordPress theme optimized for Elementor (Free Version).
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DigiSEO Agency
*/

body {
    font-family: "Figtree", Sans-serif;
    margin: 0;
    padding: 0;
}

/* header {
    background: #f8f9fa;
    padding: 10px;
    text-align: center;
} */

/* footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 10px;
} */

.interface-interface-skeleton__body .interface-navigable-region{
	    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

