/* Colours - Main */

@property --cibse-color-black                   { syntax: "<color>"; inherits: false; initial-value: #000000; }
@property --cibse-color-blue                    { syntax: "<color>"; inherits: false; initial-value: #43a1b0; }
@property --cibse-color-green                   { syntax: "<color>"; inherits: false; initial-value: #709c36; }
@property --cibse-color-grey                    { syntax: "<color>"; inherits: false; initial-value: #919191; }
@property --cibse-color-orange                  { syntax: "<color>"; inherits: false; initial-value: #ff603b; }
@property --cibse-color-purple                  { syntax: "<color>"; inherits: false; initial-value: #a48aba; }
@property --cibse-color-red                     { syntax: "<color>"; inherits: false; initial-value: #e83e5b; }
@property --cibse-color-yellow                  { syntax: "<color>"; inherits: false; initial-value: #f3d71e; }

/* Colours - Tints */

@property --cibse-color-blue-tint               { syntax: "<color>"; inherits: false; initial-value: #c7e3e7; }
@property --cibse-color-green-tint              { syntax: "<color>"; inherits: false; initial-value: #d4e1c5; }
@property --cibse-color-grey-tint               { syntax: "<color>"; inherits: false; initial-value: #dedede; }
@property --cibse-color-orange-tint             { syntax: "<color>"; inherits: false; initial-value: #ffd0c4; }
@property --cibse-color-purple-tint             { syntax: "<color>"; inherits: false; initial-value: #e4dceb; }
@property --cibse-color-red-tint                { syntax: "<color>"; inherits: false; initial-value: #fce6e5; }
@property --cibse-color-yellow-tint             { syntax: "<color>"; inherits: false; initial-value: #faf3bc; }

/* Links */

@property --cibse-link-color-black              { syntax: "<color>"; inherits: false; initial-value: #000000; }
@property --cibse-link-color-blue               { syntax: "<color>"; inherits: false; initial-value: #43a1b0; }

/* Borders */

@property --cibse-border-color                  { syntax: "<color>"; inherits: false; initial-value: #000000; }

/* Boxes */

@property --cibse-box-background-color          { syntax: "<color>"; inherits: false; initial-value: #c7e3e7; }
@property --cibse-box-header-background-color   { syntax: "<color>"; inherits: false; initial-value: #43a1b0; }
