/*
Theme Name: Forge
Theme URI: https://frankhost.xyz/forge/
Author: FRANKHOST LTD
Author URI: https://frankhost.xyz/
Description: A minimal, sleek WordPress theme called Forge and support for Elementor, Beaver Builder, Brizy, and SiteOrigin Page Builder.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forge
Tags: minimal, page-builder, elementor, beaver-builder, brizy, siteorigin, quicksand
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&display=swap');

body, button, input, select, textarea {
    font-family: 'Quicksand', Arial, sans-serif;
    color: #222;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
}

/* Minimal, beautiful base styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}
a {
    color: #0073e6;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #005bb5;
    text-shadow: 0 2px 8px rgba(255,255,255,0.5);
    transition: color 0.2s, text-shadow 0.2s;
}


/* Sleek button style */
.button, button, input[type="submit"] {
    background: #0073e6;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.6em 1.2em;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.button:hover, button:hover, input[type="submit"]:hover {
    background: #005bb5;
    box-shadow: 0 4px 16px rgba(220,220,220,0.25);
    transition: background 0.2s, box-shadow 0.2s;
}

/* Page builder compatibility tweaks can be added here */
