/**
 * seed-helpscout-theme v0.0.4
 * Help Scout theme pack for Seed
 * Licensed under MIT
 */
.t-bg-black { background-color: #000 !important; }

.t-bg-white { background-color: #fff !important; }

.t-bg-blue-100 { background-color: #f7fcfe !important; }

.t-bg-blue-200 { background-color: #daf1ff !important; }

.t-bg-blue-300 { background-color: #aedfff !important; }

.t-bg-blue-400 { background-color: #71bff1 !important; }

.t-bg-blue-500 { background-color: #3197d6 !important; }

.t-bg-blue-600 { background-color: #237ab3 !important; }

.t-bg-blue-700 { background-color: #1f5e89 !important; }

.t-bg-blue-800 { background-color: #194c6e !important; }

.t-bg-blue-900 { background-color: #143d57 !important; }

.t-bg-charcoal-200 { background-color: #93a1af !important; }

.t-bg-charcoal-300 { background-color: #72808e !important; }

.t-bg-charcoal-400 { background-color: #4f5d6b !important; }

.t-bg-charcoal-500 { background-color: #394956 !important; }

.t-bg-charcoal-600 { background-color: #2a3b47 !important; }

.t-bg-charcoal-700 { background-color: #253540 !important; }

.t-bg-charcoal-800 { background-color: #1d2b36 !important; }

.t-bg-grey-200 { background-color: #f9fafa !important; }

.t-bg-grey-300 { background-color: #f1f3f5 !important; }

.t-bg-grey-400 { background-color: #e3e8eb !important; }

.t-bg-grey-500 { background-color: #d6dde3 !important; }

.t-bg-grey-600 { background-color: #c1cbd4 !important; }

.t-bg-grey-700 { background-color: #b4c0ca !important; }

.t-bg-grey-800 { background-color: #a5b2bd !important; }

.t-bg-yellow-100 { background-color: #fffdf6 !important; }

.t-bg-yellow-200 { background-color: #fff6e2 !important; }

.t-bg-yellow-300 { background-color: #ffe8b5 !important; }

.t-bg-yellow-400 { background-color: #ffd56d !important; }

.t-bg-yellow-500 { background-color: #ffc646 !important; }

.t-bg-yellow-600 { background-color: #f5b126 !important; }

.t-bg-yellow-700 { background-color: #d79400 !important; }

.t-bg-yellow-800 { background-color: #b37100 !important; }

.t-bg-yellow-900 { background-color: #875200 !important; }

.t-bg-green-100 { background-color: #fafdfb !important; }

.t-bg-green-200 { background-color: #e4fbe6 !important; }

.t-bg-green-300 { background-color: #c4f0ce !important; }

.t-bg-green-400 { background-color: #81dc9e !important; }

.t-bg-green-500 { background-color: #4bc27d !important; }

.t-bg-green-600 { background-color: #3cb170 !important; }

.t-bg-green-700 { background-color: #2f9f62 !important; }

.t-bg-green-800 { background-color: #228350 !important; }

.t-bg-green-900 { background-color: #23633e !important; }

.t-bg-red-100 { background-color: #fef7f6 !important; }

.t-bg-red-200 { background-color: #ffe3e2 !important; }

.t-bg-red-300 { background-color: #ffa2a2 !important; }

.t-bg-red-400 { background-color: #f45b55 !important; }

.t-bg-red-500 { background-color: #e52f28 !important; }

.t-bg-red-600 { background-color: #d21b14 !important; }

.t-bg-red-700 { background-color: #ba1f19 !important; }

.t-bg-red-800 { background-color: #9d1f1a !important; }

.t-bg-red-900 { background-color: #731814 !important; }

.t-bg-purple-100 { background-color: #fbfbfe !important; }

.t-bg-purple-200 { background-color: #eaeafc !important; }

.t-bg-purple-300 { background-color: #d1d2f6 !important; }

.t-bg-purple-400 { background-color: #a3a4f3 !important; }

.t-bg-purple-500 { background-color: #7e80e7 !important; }

.t-bg-purple-600 { background-color: #696aca !important; }

.t-bg-purple-700 { background-color: #585b9e !important; }

.t-bg-purple-800 { background-color: #45467d !important; }

.t-bg-purple-900 { background-color: #383966 !important; }

.t-bg-orange-100 { background-color: #fff8f2 !important; }

.t-bg-orange-200 { background-color: #ffead8 !important; }

.t-bg-orange-300 { background-color: #ffd3ae !important; }

.t-bg-orange-400 { background-color: #ffa75a !important; }

.t-bg-orange-500 { background-color: #ff9139 !important; }

.t-bg-orange-600 { background-color: #e87800 !important; }

.t-bg-orange-700 { background-color: #c76400 !important; }

.t-bg-orange-800 { background-color: #a45300 !important; }

.t-bg-orange-900 { background-color: #813c00 !important; }

.t-tx-black { color: #000 !important; }

.t-tx-white { color: #fff !important; }

.t-tx-blue-100 { color: #f7fcfe !important; }

.t-tx-blue-200 { color: #daf1ff !important; }

.t-tx-blue-300 { color: #aedfff !important; }

.t-tx-blue-400 { color: #71bff1 !important; }

.t-tx-blue-500 { color: #3197d6 !important; }

.t-tx-blue-600 { color: #237ab3 !important; }

.t-tx-blue-700 { color: #1f5e89 !important; }

.t-tx-blue-800 { color: #194c6e !important; }

.t-tx-blue-900 { color: #143d57 !important; }

.t-tx-charcoal-200 { color: #93a1af !important; }

.t-tx-charcoal-300 { color: #72808e !important; }

.t-tx-charcoal-400 { color: #4f5d6b !important; }

.t-tx-charcoal-500 { color: #394956 !important; }

.t-tx-charcoal-600 { color: #2a3b47 !important; }

.t-tx-charcoal-700 { color: #253540 !important; }

.t-tx-charcoal-800 { color: #1d2b36 !important; }

.t-tx-grey-200 { color: #f9fafa !important; }

.t-tx-grey-300 { color: #f1f3f5 !important; }

.t-tx-grey-400 { color: #e3e8eb !important; }

.t-tx-grey-500 { color: #d6dde3 !important; }

.t-tx-grey-600 { color: #c1cbd4 !important; }

.t-tx-grey-700 { color: #b4c0ca !important; }

.t-tx-grey-800 { color: #a5b2bd !important; }

.t-tx-yellow-100 { color: #fffdf6 !important; }

.t-tx-yellow-200 { color: #fff6e2 !important; }

.t-tx-yellow-300 { color: #ffe8b5 !important; }

.t-tx-yellow-400 { color: #ffd56d !important; }

.t-tx-yellow-500 { color: #ffc646 !important; }

.t-tx-yellow-600 { color: #f5b126 !important; }

.t-tx-yellow-700 { color: #d79400 !important; }

.t-tx-yellow-800 { color: #b37100 !important; }

.t-tx-yellow-900 { color: #875200 !important; }

.t-tx-green-100 { color: #fafdfb !important; }

.t-tx-green-200 { color: #e4fbe6 !important; }

.t-tx-green-300 { color: #c4f0ce !important; }

.t-tx-green-400 { color: #81dc9e !important; }

.t-tx-green-500 { color: #4bc27d !important; }

.t-tx-green-600 { color: #3cb170 !important; }

.t-tx-green-700 { color: #2f9f62 !important; }

.t-tx-green-800 { color: #228350 !important; }

.t-tx-green-900 { color: #23633e !important; }

.t-tx-red-100 { color: #fef7f6 !important; }

.t-tx-red-200 { color: #ffe3e2 !important; }

.t-tx-red-300 { color: #ffa2a2 !important; }

.t-tx-red-400 { color: #f45b55 !important; }

.t-tx-red-500 { color: #e52f28 !important; }

.t-tx-red-600 { color: #d21b14 !important; }

.t-tx-red-700 { color: #ba1f19 !important; }

.t-tx-red-800 { color: #9d1f1a !important; }

.t-tx-red-900 { color: #731814 !important; }

.t-tx-purple-100 { color: #fbfbfe !important; }

.t-tx-purple-200 { color: #eaeafc !important; }

.t-tx-purple-300 { color: #d1d2f6 !important; }

.t-tx-purple-400 { color: #a3a4f3 !important; }

.t-tx-purple-500 { color: #7e80e7 !important; }

.t-tx-purple-600 { color: #696aca !important; }

.t-tx-purple-700 { color: #585b9e !important; }

.t-tx-purple-800 { color: #45467d !important; }

.t-tx-purple-900 { color: #383966 !important; }

.t-tx-orange-100 { color: #fff8f2 !important; }

.t-tx-orange-200 { color: #ffead8 !important; }

.t-tx-orange-300 { color: #ffd3ae !important; }

.t-tx-orange-400 { color: #ffa75a !important; }

.t-tx-orange-500 { color: #ff9139 !important; }

.t-tx-orange-600 { color: #e87800 !important; }

.t-tx-orange-700 { color: #c76400 !important; }

.t-tx-orange-800 { color: #a45300 !important; }

.t-tx-orange-900 { color: #813c00 !important; }
