/*
PISI Core V1
Shared fonts and helper classes
*/

@font-face {
    font-family: 'PiSiGeo';
    src: url('../fonts/PiSiGeo.woff2') format('woff2'),
         url('../fonts/PiSiGeo.woff') format('woff'),
         url('../fonts/PiSiGeo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.pisi-geo,
.pgeo-font,
.geo-symbol,
.pisi-geo-symbol {
    font-family: 'PiSiGeo' !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1;
}

.pisi-geo-big {
    font-family: 'PiSiGeo' !important;
    font-size: 110px;
    line-height: 1;
}

.pisi-core-hidden-test {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
}
