/*
Theme Name: Karin Idol Theme
Theme URI: https://karinidol.com
Author: Cristhian Yalle
Author URI: https://karinidol.com
Description: Tema personalizado para Karin Idol - Cantante de Anime, Videojuegos y Rock. Un diseño kawaii con estilo otaku.
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: karinidol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Karin Idol Theme - Fusionando la dulzura con la energía del rock y la cultura otaku.
*/

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Reset básico */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

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

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

/* Variables CSS */
:root {
    --color-primary: #ff8eff;
    --color-secondary: #420098;
    --color-accent: #ff69b4;
    --color-dark: #0a0a0a;
    --color-light: #ffffff;
    --gradient-pink: linear-gradient(135deg, #ff8eff 0%, #ff69b4 100%);
}
