/*
Theme Name: Gems Diversified Theme V18
Theme URI: https://gemsdiversified.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A stable classic theme for Gems Diversified. This version includes all design corrections and embeds the SVG graphics directly.
Version: 18.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.9
Requires PHP: 7.4
Tags: one-page, custom-background, dark, block-patterns
Text Domain: gemsdiversified
*/

/* Basic Block Theme Styles */
body {
    background-color: #0D1525; /* Correct Blue */
    color: #e2e8f0;
    font-family: 'Montserrat', sans-serif;
}
.theme-gold { color: #C6A961; } /* Correct Gold */
.bg-theme-gold { background-color: #C6A961; }
.border-theme-gold { border-color: #C6A961; }
.theme-dark { color: #0D1525; }
.bg-theme-dark { background-color: #0D1525; }
.bg-theme-dark-secondary { background-color: #161b22; }
.border-dark-secondary { border-color: #30363d; }

.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.stat-card {
    background-color: #161b22;
    border: 1px solid #30363d;
    padding: 1.5rem;
    border-radius: 0.5rem;
    height: 100%;
}
