/* NOOB v2. Same measured palette as v1: BrickColor values and the sampled art. */
:root {
  --yellow:      #F2C606;
  --yellow-deep: #D6AC00;
  --blue:        #0149B1;
  --blue-deep:   #013A8D;
  --green:       #7BA428;   /* the legs, and the baseplate */
  --green-deep:  #5F7F1E;
  --green-lite:  #A4BD47;
  --red:         #D93025;   /* killbrick */
  --ink:         #0A0A0A;
  --ink-soft:    #4A4A44;
  --cream:       #F2F2E7;
  --cream-deep:  #E7E7D8;
  --mount:       #E9DAC4;   /* sampled off the spawn plate ground */
  --sky:         #7FC3F2;
  --sky-deep:    #2F7BC7;
  --void:        #0B0B14;
  --white:       #FFFFFF;

  --display: "Fredoka", "Arial Rounded MT Bold", "Nunito", Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;

  --snap: cubic-bezier(.34, 1.56, .64, 1);
}
