/* Base16 Harmonic16 Light - CSS Variables */

:root {
  --base00: #f7f9fb; /* Background */
  --base01: #e5ebf1; /* Color2Intense - Lighter Background */
  --base02: #d4dee8; /* Color3Intense - Selection Background */
  --base03: #aabcc6; /* Color0Intense - Comments/Invisibles */
  --base04: #627e99; /* Color4Intense - Dark Caret */
  --base05: #405c79; /* Foreground / Color7 */
  --base06: #223b54; /* Color5Intense - Darker Foreground */
  --base07: #0b1c2c; /* Color7Intense - Darkest Foreground */
  --base08: #bf8b56; /* Color1 - Variables/Red */
  --base09: #bfbf56; /* Color1Intense - Integers/Orange */
  --base0A: #8bbf56; /* Color3 - Classes/Yellow */
  --base0B: #9f0000; /* Color2 - Strings/Green */
  --base0C: #568bbf; /* Color6 - Support/Cyan */
  --base0D: #2e9eed; /* Color4 - Functions/Blue */
  --base0E: #bf568b; /* Color5 - Keywords/Magenta */
  --base0F: #bf5656; /* Color6Intense - Deprecated/Brown */
}