/*
 * ZonCurato — CSS Variables
 * Generated by install.php based on theme selection.
 * 
 * Mode: dark
 * Accent: #22d3a0
 * Layout: editorial
 */

:root {
    /* Backgrounds */
    --bg:  #07080c;
    --bg2: #0d0f15;
    --bg3: #12151d;
    --bg4: #181c27;

    /* Borders */
    --border:  #1f2433;
    --border2: #2a3040;

    /* Text */
    --txt:  #e4e7ef;
    --txt2: #8b92a8;
    --txt3: #565e78;

    /* Accent (configurable via installer) */
    --accent:      #22d3a0;
    --accent2:     #1ab98c;
    --accent-glow: rgba(34,211,160,.12);

    /* Amazon CTA */
    --orange:  #ff9900;
    --orange2: #ffad33;

    /* Functional */
    --gold:   #f5c518;
    --green:  #34d399;
    --red:    #f87171;
    --blue:   #60a5fa;
    --purple: #a78bfa;

    /* Radii */
    --r:  10px;
    --r2: 8px;
    --r3: 6px;

    /* Shadows */
    --shadow: 0 4px 24px rgba(0,0,0,.5);

    /* Transitions */
    --t: .2s cubic-bezier(.4,0,.2,1);
}
