<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *   Font
 */

/*@import url("https://fast.fonts.net/lt/1.css?apiType=css&amp;c=7face142-5196-420e-ae81-11391539c786&amp;fontids=6384071");*/
@font-face {
    font-family: "SairaCondensedRegular";
    src: url("../fonts/SairaCondensed-Regular.ttf") format("truetype");
}


@font-face {
    font-family: "SairaCondensedSemiBold";
    src: url("../fonts/SairaCondensed-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

/* - give default font style - */
body {text-align: left; font-size: 1rem; font-family: 'SairaCondensedRegular', sans-serif; font-weight: 400; line-height: 120%; color: #000000;}
h1,h2,h3,h4,h5,h6,pre,code,input,textarea,select{font-size:1em; font-family: 'SairaCondensedRegular', sans-serif; font-weight: normal; line-height: 120%;}
p input, p textarea, li input, p label {font-size: 100%; font-family: 'SairaCondensedRegular', sans-serif;}
th dt, td dt, th dd, td dd, th li, td li, li li, dt dt, dt dd, dd dt, dd dd, legend legend{font-size:100%; font-family: 'SairaCondensedRegular', sans-serif; line-height: 120%;}
h1,h2,h3,h4,h5,h6,p,ul,dl,ol,pre{padding-bottom:1em;font-family: 'SairaCondensedRegular', sans-serif; font-weight: normal;}
p,li,dt,dd,label,address,th,td,legend,input,select,textarea {font-family: 'SairaCondensedRegular', sans-serif; line-height: 120%;}
i,em {font-family: 'SairaCondensedSemiBold', sans-serif; font-style: italic;}
b,strong{font-family: 'SairaCondensedSemiBold', sans-serif; font-weight: normal;}
i b,i strong,em b,em strong,b i,strong i,b em,strong em{font-family: 'SairaCondensedSemiBold', sans-serif; font-weight: normal; font-style: italic;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SairaCondensedSemiBold', sans-serif;
    color: #1C3775;
}</pre></body></html>