<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: 'Firago Georgian';
    src: url('../webfonts/FiraGO-Regular.eot');
    src: url('../webfonts/FiraGO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/FiraGO-Regular.woff2') format('woff2'),
        url('../webfonts/FiraGO-Regular.woff') format('woff'),
        url('../webfonts/FiraGO-Regular.svg#FiraGO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Firago Georgian' !important;
    font-weight: normal;
    font-style: normal;
	/* uppercase */
}

#topbar .top-menu &gt; li &gt; a, #mainMenu nav &gt; ul &gt; li &gt; a {
	font-size:16px;
}

#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li &gt; a {
	font-size:14px;
}

nav {
	font-size:16px !important;
    font-feature-settings: 'case' on;
}

.ucase {
    font-family: 'Firago Georgian' !important;
    font-weight: normal;
    font-style: normal;
	/* uppercase */
    font-feature-settings: 'case' on;
}
</pre></body></html>