/*
Theme Name: Ative
Theme URI: https://ative.me
Author: Ative DOO
Author URI: https://ative.me
Description: Profesionalna prezentacija za Ative DOO – komarnici, roletne i zavjese. Bar, Crna Gora.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ative
*/

/* ===========================
   CSS VARIABLES
=========================== */
:root {
    /* Brand palette */
    --blue:        #1A9FD8;
    --blue-dark:   #0E7BB5;
    --blue-light:  #E8F5FC;
    --blue-xlight: #F4FAFD;
    --navy:        #0A1F3D;
    --navy-deep:   #061534;
    --navy-mid:    #122A52;

    /* Neutrals */
    --dark:        #0F1B2E;
    --text:        #334155;
    --text-mute:   #64748B;
    --border:      #E5EAF2;
    --white:       #FFFFFF;
    --bg:          #FFFFFF;
    --bg-alt:      #F7FAFC;
    --bg-tint:     #FAFCFE;

    /* Accent */
    --gold:        #C9A56C;

    /* Typography */
    --font-head:   'Playfair Display', 'Times New Roman', Georgia, serif;
    --font-body:   'Inter', 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;

    /* Shadows */
    --shadow-sm:   0 2px 8px rgba(13, 27, 60, 0.06);
    --shadow-md:   0 10px 30px rgba(13, 27, 60, 0.08);
    --shadow-lg:   0 24px 60px rgba(13, 27, 60, 0.14);
    --shadow-blue: 0 14px 30px rgba(26, 159, 216, 0.32);

    /* Misc */
    --radius:      14px;
    --radius-lg:   22px;
    --transition:  0.35s cubic-bezier(.4, 0, .2, 1);
}
