/* Shared palette for the level pages (login/L1-L4).
 *
 * These four files each carried a byte-identical copy of this block, so a
 * colour tweak meant editing the same thing four times. Linked by all four now.
 * Verified identical across L1, L2, L3 and L4 before extraction.
 */
:root {
  --peach:   #ffecd2;
  --peach2:  #ffcba4;
  --sky:     #c8eeff;
  --sky2:    #a8dcf8;
  --ink:     #2b1d5e;
  --ink-l:   #4a3a80;
  --paper:   #fffdf6;
  --yellow:  #ffd23f;
  --yellow2: #f5b800;
  --green:   #5ecf7c;
  --green2:  #38b95b;
  --red:     #ff5a5a;
  --blue:    #4a90e2;
  --purple:  #9b6df0;
  --orange:  #ff8c42;
  --pink:    #ff6eb4;
  --teal:    #3ecfcf;

  --correct: #5ecf7c;
  --wrong:   #ff5a5a;

  --r-xl:   32px;
  --r-pill: 50px;

  --cc1:#fff3b0; --cc2:#ffd6e7; --cc3:#d0f0ff; --cc4:#d4f9d4;
  --cc5:#ffe5c8; --cc6:#e8d5ff; --cc7:#c8f5ef; --cc8:#ffd8d8;
  --cc9:#fce8ff; --cc10:#d8eeff; --cc11:#e0ffd8; --cc12:#fff0d8;
}
