/*
Theme Name: WPSG FSE Starter
Theme URI: https://ardomas.com/
Author: Sam & Gepeto
Author URI: https://ardomas.com/
Description: Minimal Full Site Editing (FSE) Starter Theme for the Site project.
Version: 1.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpsg-fse-starter
*/

/* Body */
body {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--text);
}

/* Links */
a {
    color: var(--wp--preset--color--link);
}
a:hover {
    color: var(--wp--custom--color--link-hover);
}

/* Header */
header {
    background-color: var(--wp--custom--color--header-background);
    color: var(--wp--custom--color--header-text);
}

/* Footer */
footer {
    background-color: var(--wp--custom--color--footer-background);
    color: var(--wp--custom--color--footer-text);
}

/* Button */
button {
    background-color: var(--wp--custom--color--button-background);
    color: var(--wp--custom--color--button-text);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
button:hover {
    background-color: var(--wp--custom--color--button-hover-background);
    color: var(--wp--custom--color--button-hover-text);
}

header, .wp-site-header,
.wp-block-template-part[data-area="header"] {
    background-color: var(--wp--custom--color--header-background);
    color: var(--wp--custom--color--header-text);
}

footer, .wp-site-footer,
.wp-block-template-part[data-area="footer"] {
    background-color: var(--wp--custom--color--footer-background);
    color: var(--wp--custom--color--footer-text);
}

.front-page-content {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--text);
}

.hero-section {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--accent);
}
