
border-type = solid
dark-blue = #006269
light-blue = dark-blue + hsl(0,0,50%)

light(color-name)
  lookup('light-' + color-name)

body
  color light('blue')
  border 1px lookup('border-type') red