/* TenForce Colors Palette */
.text-aureolin { color: #FFE600; }

.text-cadmium-red { color: #FF3232; }

.text-cultured { color: #EED216; }

.text-deepskyblue { color: #5FF2FF; }

.text-eminence { color: #F47BFF; }

.text-goldenrod { color: #FFA200; }

.text-jade { color: #30FF00; }

.text-jet { color: #999; }

.text-nickel { color: #CCC; }

.text-platinum { color: #F2F2F2; }

.is-inverted .text-aureolin { color: #FDEE00; }

.is-inverted .text-cadmium-red { color: #E30022; }

.is-inverted .text-deepskyblue { color: #00BFFF; }

.is-inverted .text-eminence { color: #6C3082; }

.is-inverted .text-goldenrod { color: #DAA520; }

.is-inverted .text-jade { color: #30ff00; }

.is-inverted .text-jet { color: #343434; }

.is-inverted .text-nickel { color: #BDBAAE; }

.is-inverted .text-platinum { color: #E5E4E2; }

.bg-aureolin { background-color: #FFE600; }

.bg-cadmium-red { background-color: #FF3232; }

.bg-cultured { background-color: #EED216; }

.bg-deepskyblue { background-color: #5FF2FF; }

.bg-eminence { background-color: #F47BFF; }

.bg-goldenrod { background-color: #FFA200; }

.bg-jade { background-color: #30FF00; }

.bg-jet { background-color: #999; }

.bg-nickel { background-color: #CCC; }

.bg-platinum { background-color: #F2F2F2; }

.is-inverted .bg-aureolin { background-color: #FDEE00; }

.is-inverted .bg-cadmium-red { background-color: #E30022; }

.is-inverted .bg-deepskyblue { background-color: #00BFFF; }

.is-inverted .bg-eminence { background-color: #6C3082; }

.is-inverted .bg-goldenrod { background-color: #DAA520; }

.is-inverted .bg-jade { background-color: #00A86B; }

.is-inverted .bg-jet { background-color: #343434; }

.is-inverted .bg-nickel { background-color: #BDBAAE; }

.is-inverted .bg-platinum { background-color: #E5E4E2; }

/* Colors Extra */
.text-action { color: #945E00; }

.text-black { color: #000; }

.text-default { color: inherit; }

.text-primary { color: #00B3FD; }

.text-white { color: #FFF; }

.bg-action { background-color: #945E00; }

.bg-alternate > *:nth-of-type(odd) { background-color: #F2F2F2; }

.bg-alternate > *:nth-of-type(even) { background-color: #E7E7E7; }

.bg-black { background-color: #000; }

.bg-cloud { background-color: rgba(140, 140, 140, 0.1); }

.bg-dark { background-color: #B3B3B3; }

.bg-darkcloud { background-color: rgba(0, 0, 0, 0.1); }

.bg-darker { background-color: #808080; }

.bg-darkest { background-color: #343434; }

.bg-default { background-color: #FFF; }

.bg-light { background-color: #DCDCDC; }

.bg-lighter { background-color: #EAEAEA; }

.bg-lightest { background-color: #F3F5F7; }

.bg-oil { background-color: #1B1B1B; }

.bg-primary { background-color: #00B3FD; }

.bg-transparent { background: none; background-color: transparent; }

.bg-white { background-color: #FFF; }

.is-inverted .text-action { color: #D99B00; }

.is-inverted .bg-action { background-color: #D99B00; }

.is-inverted .bg-default { background-color: #000; }

.hover\ :bg-cloud:hover { background-color: rgba(140, 140, 140, 0.1); }

/*# sourceMappingURL=colors.css.map */