/*!
 * # Fomantic-UI 2.9.4 - Text
 * https://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * https://opensource.org/licenses/MIT
 *
 */


/*******************************
             Text
*******************************/

span.ui.text {
  line-height: 1;
}
span.ui.primary.text {
  color: #2563eb;
}
span.ui.inverted.primary.text {
  color: #60a5fa;
}
span.ui.secondary.text {
  color: #0f172a;
}
span.ui.inverted.secondary.text {
  color: #475569;
}
span.ui.red.text {
  color: #dc2626;
}
span.ui.inverted.red.text {
  color: #f87171;
}
span.ui.orange.text {
  color: #f97316;
}
span.ui.inverted.orange.text {
  color: #fb923c;
}
span.ui.yellow.text {
  color: #eab308;
}
span.ui.inverted.yellow.text {
  color: #facc15;
}
span.ui.olive.text {
  color: #84cc16;
}
span.ui.inverted.olive.text {
  color: #a3e635;
}
span.ui.green.text {
  color: #16a34a;
}
span.ui.inverted.green.text {
  color: #4ade80;
}
span.ui.teal.text {
  color: #14b8a6;
}
span.ui.inverted.teal.text {
  color: #2dd4bf;
}
span.ui.blue.text {
  color: #2563eb;
}
span.ui.inverted.blue.text {
  color: #60a5fa;
}
span.ui.violet.text {
  color: #8b5cf6;
}
span.ui.inverted.violet.text {
  color: #a78bfa;
}
span.ui.purple.text {
  color: #a855f7;
}
span.ui.inverted.purple.text {
  color: #c084fc;
}
span.ui.pink.text {
  color: #ec4899;
}
span.ui.inverted.pink.text {
  color: #f472b6;
}
span.ui.brown.text {
  color: #92400e;
}
span.ui.inverted.brown.text {
  color: #d97706;
}
span.ui.grey.text {
  color: #64748b;
}
span.ui.inverted.grey.text {
  color: #e2e8f0;
}
span.ui.black.text {
  color: #0f172a;
}
span.ui.inverted.black.text {
  color: #475569;
}
span.ui.error.text {
  color: #dc2626;
}
span.ui.info.text {
  color: #0ea5e9;
}
span.ui.success.text {
  color: #16a34a;
}
span.ui.warning.text {
  color: #f59e0b;
}
span.ui.disabled.text {
  opacity: 0.45;
}

/* Sizes */
span.ui.medium.text {
  font-size: 1em;
}
span.ui.mini.text {
  font-size: 0.4em;
}
span.ui.tiny.text {
  font-size: 0.5em;
}
span.ui.small.text {
  font-size: 0.75em;
}
span.ui.large.text {
  font-size: 1.5em;
}
span.ui.big.text {
  font-size: 2em;
}
span.ui.huge.text {
  font-size: 4em;
}
span.ui.massive.text {
  font-size: 8em;
}


/*******************************
         Theme Overrides
*******************************/



/*******************************
         Site Overrides
*******************************/

