<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'slothicons';
  src: url("../fonts/slothicons.ttf?v=1590114356623") format("truetype"), url("../fonts/slothicons.woff?v=1590114356623") format("woff");
  /*
	src:
			url('../fonts/slothicons.ttf?v=1.0') format('truetype'),
			url('../fonts/slothicons.woff?v=1.0') format('woff'),
			url('../fonts/slothicons.svg?v=1.0#slothicons') format('svg');
	 */
  font-weight: normal;
  font-style: normal; }

[class^="sothicon-"],
[class*=" sothicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'slothicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sothicon-arrow-down:before {
  content: "\e900"; }

.sothicon-arrow-up:before {
  content: "\e901"; }

.sothicon-minus:before {
  content: "\e902"; }

.sothicon-plus:before {
  content: "\e903"; }
</pre></body></html>