// Default color palette
black =        hsl(0, 0%, 4%)
black-bis =    hsl(0, 0%, 7%)
black-ter =    hsl(0, 0%, 14%)
grey-darker =  hsl(0, 0%, 21%)
grey-dark =    hsl(0, 0%, 29%)
grey =         hsl(0, 0%, 48%)
grey-light =   hsl(0, 0%, 71%)
grey-lighter = hsl(0, 0%, 86%)
white-96 =     hsl(0, 0%, 96%)
white-98 =     hsl(0, 0%, 98%)
white-100 =    hsl(0, 0%, 100%)
orange =       hsl(14,  100%, 53%)
yellow =       hsl(48,  100%, 67%)
green =        hsl(141, 71%,  48%)
turquoise =    hsl(171, 100%, 41%)
blue =         hsl(217, 71%,  53%)
purple =       hsl(271, 100%, 71%)
red =          hsl(348, 100%, 61%)

// Base color palete
color-orange-dark      = hsl(27, 90%, 54%)
color-orange-light     = hsl(39, 95%, 52%)
color-gray-ultradark   = hsl(0, 0%, 26%)
color-gray-dark        = hsl(0, 0%, 43%)
color-gray-light       = hsl(0, 0%, 72%)
color-gray-ultralight  = hsl(0, 0%, 93%)
color-gray-ultralight2 = hsl(0, 0%, 94%)
color-black-alpha      = hsla(42, 5%, 26%, 0.97)
color-error            = hsl(0, 90%, 55%)

// Test specific colors
color-test-calprotectin = rgb(78, 162, 231)

// Global color definitions
color-background = color-orange-light
color-text       = color-gray-dark

// Colors: button
color-button-text-default       = white
color-button-text-disabled      = color-gray-light
color-button-background-default = color-orange-light
color-button-background-hover   = color-orange-dark
color-buton-background-disabled = color-gray-ultralight
color-button-disabeled-outline  = color-gray-dark
