/*
Theme Name: Gatospedia
Author: Gatospedia
Description: Enciclopedia completa sobre gatos - razas, cuidados, alimentación y salud felina
Version: 1.0.0
Text Domain: gatospedia
Tags: cats, encyclopedia, pets, spanish, magazine
*/

:root {
    /* Colors */
    --gp-dark: #1a1a2e;
    --gp-orange: #e8771a;
    --gp-teal: #17a2b8;
    --gp-cream: #faf7f2;
    --gp-white: #ffffff;
    --gp-border: #e8ddd0;
    --gp-text: #2d2d2d;
    --gp-text-light: #6b7280;
    --gp-orange-light: #fef3e8;
    --gp-teal-light: #e8f8fb;

    /* Typography */
    --font-body: 'Nunito Sans', sans-serif;
    --font-heading: 'Outfit', 'Nunito Sans', sans-serif;

    /* Layout */
    --container-max: 1200px;
    --header-height: 72px;
    --border-radius: 10px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);
}
