<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * och-icons | Onlinecommunityhub Icon set
 *
 * @version     1.0.1
 *
 * @author      Ruud van Lent
 * @copyright   Copyright (C) 2021 Onlinecommunityhub (X-ceed B.V.). All rights reserved.
 * @license     GNU/GPL version 3 or later
 * @link        https://onlinecommunityhub.nl
 */

@font-face {
	font-family: "och-icons";
	src: url("../fonts/och-icons.woff2?2rrsbn") format("woff2"),
		url("../fonts/och-icons.woff?2rrsbn") format("woff"),
		url("../fonts/och-icons.ttf?2rrsbn") format("truetype"),
		url("../fonts/och-icons.svg?2rrsbn#och-icons") format("svg"),
		url("../fonts/och-icons.eot?2rrsbn"),
		url("../fonts/och-icons.eot?2rrsbn#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="och-icon-"],
[class*=" och-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "och-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.och-icon-featured:before {
	content: "\f005";
}
.och-icon-unfeatured:before {
	content: "\f006";
}
.och-icon-published:before {
	content: "\f00c";
}
.och-icon-trashed:before {
	content: "\f014";
}
.och-icon-checkedout:before {
	content: "\f023";
}
.och-icon-expired:before {
	content: "\f056";
}
.och-icon-unpublished:before {
	content: "\f05c";
}
.och-icon-view:before {
	content: "\f06e";
}
.och-icon-chevron-up:before {
	content: "\f077";
}
.och-icon-chevron-down:before {
	content: "\f078";
}
.och-icon-archived:before {
	content: "\f07b";
}
.och-icon-pending:before {
	content: "\f250";
}
.och-icon-diaspora:before {
	content: "\f069";
}
.och-icon-rss:before {
	content: "\f09e";
}
.och-icon-xing:before {
	content: "\f168";
}
.och-icon-telegram:before {
	content: "\f2c6";
}
.och-icon-clipboard:before {
	content: "\e90d";
}
.och-icon-mix:before {
	content: "\e90c";
}
.och-icon-academia:before {
	content: "\e90b";
}
.och-icon-mobile:before {
	content: "\e90a";
}
.och-icon-textsms:before {
	content: "\e902";
}
.och-icon-messenger:before {
	content: "\e903";
}
.och-icon-viber:before {
	content: "\e904";
}
.och-icon-line:before {
	content: "\e905";
}
.och-icon-aboutme:before {
	content: "\e901";
}
.och-icon-share:before {
	content: "\e906";
}
.och-icon-pocket:before {
	content: "\e907";
}
.och-icon-email:before {
	content: "\e908";
}
.och-icon-twitter:before {
	content: "\f099";
}
.och-icon-facebook:before {
	content: "\f09a";
}
.och-icon-googleplus:before {
	content: "\f0d5";
}
.och-icon-linkedin:before {
	content: "\f0e1";
}
.och-icon-github:before {
	content: "\f113";
}
.och-icon-youtube:before {
	content: "\f16a";
}
.och-icon-instagram:before {
	content: "\f16d";
}
.och-icon-flickr:before {
	content: "\f16e";
}
.och-icon-tumblr:before {
	content: "\f173";
}
.och-icon-skype:before {
	content: "\f17e";
}
.och-icon-vk:before {
	content: "\f189";
}
.och-icon-stumbleupon:before {
	content: "\f1a4";
}
.och-icon-soundcloud:before {
	content: "\f1be";
}
.och-icon-slideshare:before {
	content: "\f1e7";
}
.och-icon-pinterest:before {
	content: "\f231";
}
.och-icon-medium:before {
	content: "\f23a";
}
.och-icon-vimeo:before {
	content: "\f27d";
}
.och-icon-reddit:before {
	content: "\f281";
}
.och-icon-snapchat:before {
	content: "\f2ac";
}
.och-icon-whatsapp:before {
	content: "\e909";
}
.och-icon-followme:before {
	content: "\e900";
}
.och-icon-blogger:before {
	content: "\eab7";
}
</pre></body></html>