/*
Theme Name: Brilla Influencers
Theme URI: https://brillainfluencersycomunicacion.com
Author: Brilla Influencers y Comunicación
Description: Tema profesional para perfiles de influencers y creadoras de contenido UGC. Diseño minimalista, elegante y moderno.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: brilla-influencers
*/

:root {
    --primary: #C3B1E1;
    --text-secondary: #9B7FBE;
    --text-dark: #3D2B5E;
    --bg-offwhite: #FAFAFA;
    --bg-light: #F5F0FF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--text-dark);
    background-color: #FFFFFF;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
}
