﻿:root {
    /* CORES */

    --primary: #5B21B6;
    --primary-dark: #4C1D95;
    --primary-light: #7C3AED;
    --secondary: #06B6D4;
    --success: #22C55E;
    --warning: #F59E0B;
    --danger: #EF4444;
    /* NEUTROS */

    --white: #FFFFFF;
    --background: #FFFFFF;
    --background-light: #F8FAFC;
    --border: #E5E7EB;
    /* TEXTO */

    --text: #0F172A;
    --text-light: #64748B;
    /* SOMBRAS */

    --shadow-small: 0 4px 12px rgba(0,0,0,.05);
    --shadow-medium: 0 10px 30px rgba(0,0,0,.08);
    --shadow-large: 0 18px 60px rgba(0,0,0,.12);
    /* BORDAS */

    --radius-small: 8px;
    --radius: 14px;
    --radius-large: 22px;
    /* HEADER */

    --header-height: 82px;
    /* TRANSIÇÕES */

    --transition: .25s ease;
}
