/* Aftertaste — brand colours */
:root{
  --at-plum:        #57233D;  /* mark, wordmark, headings, body-dark   13.87:1 on white */
  --at-apricot:     #D9884A;  /* graphics only — never small text on white */
  --at-apricot-text:#B16225;  /* apricot for text on white              4.52:1  */
  --at-success:     #1F6B4A;  /* cashback amounts, confirmations        6.44:1  */
  --at-bg:          #F9F4EF;  /* page background */
  --at-body:        #2B2422;  /* long-form text */
  --at-apricot-light:#F0A868; /* apricot on plum backgrounds */
}

/* type */
:root{ --at-font: 'Outfit', 'Noto Sans HK', -apple-system, sans-serif; }
