/*
Theme Name: USASEOKing Premium
Theme URI: https://usaseoking.com/
Author: Antigravity AI
Author URI: https://antigravity.ai/
Description: A premium, high-performance WordPress theme for local SEO agencies and service businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usaseoking
*/

/* --- LOCAL FONTS --- */

/* Inter 300 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./assets/fonts/inter-300.ttf') format('truetype');
}

/* Inter 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/inter-400.ttf') format('truetype');
}

/* Inter 500 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./assets/fonts/inter-500.ttf') format('truetype');
}

/* Inter 600 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./assets/fonts/inter-600.ttf') format('truetype');
}

/* Inter 700 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./assets/fonts/inter-700.ttf') format('truetype');
}

/* Inter 800 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./assets/fonts/inter-800.ttf') format('truetype');
}

/* Inter 900 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./assets/fonts/inter-900.ttf') format('truetype');
}

/* Material Symbols Outlined */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('./assets/fonts/material-symbols.ttf') format('truetype');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* GLOBAL VISIBILITY FAIL-SAFE */
/* Ensures elements are never invisible if animations fail to trigger */
.reveal, .hero-text, .hero-image, .service-card, .niche-card, .stat-card, .member-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.tonal-shift-surface-container-low {
    background-color: rgba(243, 244, 245, 0.8);
}

.text-outline-variant {
    color: transparent;
    -webkit-text-stroke: 1px #c3c6d5;
}

body { 
    font-family: 'Inter', sans-serif; 
}
