/* Apartament Joanna -- brand tokens.
   Sampled from the apartment and the pine stand behind it: the greens are the
   curtain and sofa fabric and the pine needles, the browns are the oak
   furniture and the Scots pine bark. */
:root {
  --aj-green-dark:  #1E3123;  /* underside of the needle clumps, "JOANNA" */
  --aj-green:       #2F4A34;  /* needle clumps, primary brand green */
  --aj-green-light: #557A4C;  /* sunlit needles, accents */

  --aj-brown-deep:  #3A2415;  /* bird wings and tails */
  --aj-brown-dark:  #5C3A24;  /* bark in shade, dead branches, bird bodies */
  --aj-brown:       #8A5A3B;  /* trunk and branches, "APARTAMENT" */
  --aj-brown-light: #B27B4F;  /* orange upper bark; accents, not body text */

  --aj-oak:         #D9B992;  /* floors and furniture, light surfaces */
  --aj-ink:         #1A1A18;  /* body text, one-colour logo */
  --aj-paper:       #FCFBF8;  /* page background */

  --aj-font-display: "Cormorant Garamond", Garamond, "Times New Roman", serif;
}
