/** Estilos Personalizados compilados para Blurt Link */

:root {
    --font: 'Inter', sans-serif;
    --font-heading: 'Inter', sans-serif;
    --primary: #ff5a00;
    --secondary: #7b2fbe;
    --highlight: #00D4FF;
    --bg: #1c252b;
    --text: #e8e8f4;
    --text-secondary: rgba(232, 232, 244, 0.75);
    --text-muted: rgba(232, 232, 244, 0.5);
    --border: rgba(255, 255, 255, 0.08);
    --bg-card: rgba(255, 255, 255, 0.04);
    --bg-card-hover: rgba(255, 255, 255, 0.07);
    --title-color: #e8e8f4;
    --outline-color: var(--border);
    --hero-title-color: #e8e8f4;
    --header-bg: rgba(10, 10, 15, 0.8);
    --navbar-text-color: #e8e8f4;
    --mobile-menu-bg: rgba(10, 10, 15, 0.8);
    --mobile-toggle-color: #e8e8f4;
    --mobile-menu-text: #e8e8f4;
    --hero-subtitle-color: rgba(232, 232, 244, 0.75);
    --hero-badge-color: var(--highlight);
    --hero-badge-bg: rgba(255, 255, 255, 0.12);
    --hero-btn-secondary-color: #e8e8f4;
    --hero-btn-secondary-bg: rgba(255, 255, 255, 0.15);
    --primary-hover: #e04f00;
    --primary-light: rgba(255, 90, 0, 0.1);
    --bg-white: #1c1c28;
    --footer-bg: #0f0f1a;
    --footer-text-color: #a8a8b2;
}

