/* ─────────────────────────────────────────────
   Prudens Registro — Theme CSS Variables
   Scheme: Driftwood
   To change the color scheme: edit this file only.
   ───────────────────────────────────────────── */

:root {
    /* Primary (Driftwood) */
    --primary:          #3A3330;
    --primary-hover:    #2E2A27;
    --primary-mid:      #6B5C48;
    --primary-light:    #E8E2D8;
    --primary-text:     #F0EBE4;

    /* Accent */
    --accent:           #BFA882;
    --accent-hover:     #A89068;

    /* Page & surfaces */
    --background:       #F8F6F3;
    --surface:          #FFFFFF;
    --surface-alt:      #EEEAE4;

    /* Borders */
    --border:           #E2DDD6;
    --border-strong:    #C8C0B4;

    /* Typography */
    --text-primary:     #2A2420;
    --text-secondary:   #6B5C48;
    --text-placeholder: #A89880;

    /* Status */
    --success:          #2D6A4F;
    --success-light:    #D8F3DC;
    --warning:          #B5621A;
    --warning-light:    #FFF0D6;
    --danger:           #A32D2D;
    --danger-light:     #FCE8E8;
    --info:             #1D6FA4;
    --info-light:       #E0F0FB;

    /* Layout */
    --sidebar-width:    240px;
    --topbar-height:    60px;
    --radius:           8px;
    --radius-lg:        12px;
    --shadow:           0 1px 3px rgba(42, 36, 32, 0.07), 0 1px 2px rgba(42, 36, 32, 0.04);
    --shadow-md:        0 4px 6px rgba(42, 36, 32, 0.06), 0 2px 4px rgba(42, 36, 32, 0.04);
    --shadow-lg:        0 10px 15px rgba(42, 36, 32, 0.09), 0 4px 6px rgba(42, 36, 32, 0.04);

    /* Transitions */
    --transition:       all 0.18s ease;
}
