﻿/* ==========================================================================
   AAFKYC — Theme variables
   Asia Asset Finance PLC — Navy / Gold / White
   Change values here to re-skin the whole app from one place.
   ========================================================================== */
:root {
    /* Core brand */
    --ink: #0B1E3D; /* deep navy — headings, primary buttons, active states */
    --ink-soft: #16305A; /* lighter navy for gradients/hover */
    --gold: #B8892B; /* primary accent — replaces the old teal */
    --gold-dim: #B8892B22; /* gold at low opacity for focus rings */
    --gold-bg: #FBF3E2; /* pale gold background */
  
    /* Neutrals */
    --paper: #F7F7F5; /* page background */
    --card: #FFFFFF;
    --slate: #5B6472;
    --slate-soft: #8D95A1;
    --line: #E1E4E9;
    --line-strong: #C7CCD3;
    /* Status colors */
    --amber: #B5762A;
    --amber-bg: #FBF0E1;
    --green: #1F7A4D;
    --green-bg: #EAF4EE;
    --red: #B23A3A;
    --red-bg: #FBEAEA;
    --radius: 10px;
}
