@font-face {
font-family: 'MonobaseIcon';
src: url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.eot);
src: url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.eot) format('embedded-opentype'),
url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.woff2) format('woff2'),
url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.woff) format('woff'),
url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.ttf) format('truetype'),
url(//sanity-free.org/wp-content/themes/monobase/assets/icon/fonts/MonobaseIcon.svg) format('svg');
} .mb-icon {
display: inline-block;
font: normal normal normal 1em/1 'MonobaseIcon';
color: inherit;
flex-shrink: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .mb-icon-sm {
font-size: 0.8em;
}
.mb-icon-lg {
font-size: 1.2em;
} .mb-icon-16 {
font-size: 16px;
}
.mb-icon-32 {
font-size: 32px;
} .mb-icon-is-spinning {
animation: mb-icon-spin 1s infinite linear;
}
@keyframes mb-icon-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mb-icon-rotate-90 {
transform: rotate(90deg);
}
.mb-icon-rotate-180 {
transform: rotate(180deg);
}
.mb-icon-rotate-270 {
transform: rotate(270deg);
}
.mb-icon-flip-y {
transform: scaleY(-1);
}
.mb-icon-flip-x {
transform: scaleX(-1);
} .mb-icon-chevron-right::before {
content: "\ea02";
}
.mb-icon-hash::before {
content: "\ea03";
}
.mb-icon-link::before {
content: "\ea04";
}
.mb-icon-check::before {
content: "\ea05";
}
.mb-icon-arrow-bar-to-left::before {
content: "\ea06";
}
.mb-icon-circle-half-2::before {
content: "\ea07";
}
.mb-icon-list-letters::before {
content: "\ea08";
}
.mb-icon-share::before {
content: "\ea09";
}
.mb-icon-clock::before {
content: "\ea0a";
}
.mb-icon-user::before {
content: "\ea0b";
}
.mb-icon-list-search::before {
content: "\ea0c";
}
.mb-icon-circle::before {
content: "\ea0d";
}
.mb-icon-arrow-back::before {
content: "\ea0e";
}
.mb-icon-menu::before {
content: "\ea0f";
}
.mb-icon-arrow-back-up-double::before {
content: "\ea10";
}
.mb-icon-pinned::before {
content: "\ea11";
}
.mb-icon-message-reply::before {
content: "\ea12";
}
.mb-icon-arrow-narrow-up::before {
content: "\ea13";
}
.mb-icon-plus::before {
content: "\ea14";
}