/*
Theme Name: Congo Bullion Market
Theme URI: https://congobullionmarket.com/
Author: Congo Bullion Market
Author URI: https://congobullionmarket.com/
Description: Premium gold trading theme for Congo Bullion Market. Fully Elementor-friendly with editable header, footer, hero, products, FAQ and contact sections. Ports the original React/Vite design (gold + navy palette, Playfair Display + Inter fonts) into a clean, lightweight WordPress theme that works with the free Elementor plugin.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: congo-bullion-market
Tags: business, one-column, two-columns, custom-menu, custom-logo, custom-header, custom-background, featured-images, threaded-comments, translation-ready, elementor, full-width-template
*/

/* ==========================================================================
   Congo Bullion Market - Theme stylesheet
   The bulk of the visual design lives in /assets/css/theme.css.
   This file only declares the theme header so WordPress can register it,
   plus a few base resets that need to load before assets/css/theme.css.
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
}

/* Screen-reader text utility (matches WordPress core) */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { max-width: 100%; }
.aligncenter{ display: block; margin-left: auto; margin-right: auto; }
.alignleft  { float: left;  margin-right: 1.5em; margin-bottom: 1em; }
.alignright { float: right; margin-left: 1.5em; margin-bottom: 1em; }
.clear::after, .entry-content::after { content: ""; display: table; clear: both; }
