:root {

    --institutional-blue: #0c1131;

    --primary: var(--institutional-blue);

    --primary-light: #23264f;

    --accent: #B89A62;

    --background: #FAFAF8;

    --text: #25232A;

    --text-muted: #726F78;

    --border: #E8E6E1;

    --success: #198754;

    --danger: #DC3545;

    --radius: 12px;

    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);

    --shadow-md: 0 6px 20px rgba(0,0,0,.10);

    --transition: .25s ease;
}

body {

    background: #F2EFE8;

    color: var(--text);

}
