/*
Theme Name: SquareThemes
Theme URI: https://squarebyte.cc
Author: SquareByte Technologies 
Author URI: https://squarebyte.cc
Description: A super fast Elementor compatible theme.
Version: 1.1
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fast-elementor-basic
Tags: custom-background, elementor, minimal
*/

/* Minimal base styles. Customizer CSS is inline. */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    min-height: 100vh;
}
.site-header, .site-footer {
    padding: 1.5em 0;
    text-align: center;
}
a {
    color: inherit;
    text-decoration: none;
}