/*
Theme Name: Domínio Masculino
Theme URI: https://example.com/
Author: Antigravity
Author URI: https://example.com/
Description: A premium, dark aesthetics WordPress theme tailored for high conversions and masculine performance topics.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dominio
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;900&display=swap');

body {
    background-color: #050505; /* brand-bg */
    color: #FFFFFF; /* brand-text */
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #FF4D00; /* brand-accent */
    color: #FFFFFF;
}

/* Base WP styling */
img {
    max-width: 100%;
    height: auto;
}
.wp-block-image img {
    height: auto;
    max-width: 100%;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
