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

/* 300 light, 400 regular, 500 medium, 600 semibold, 700 bold           */
@font-face { font-family: 'ExpressaBold';  	src: local('ExpressaBold'), 		url('../fonts/SoftMaker - ExpressaSerial-Bold.otf') format('opentype'); 		}
@font-face { font-family: 'ExpressaHeavy'; src: local('ExpressaHeavy'), 		url('../fonts/SoftMaker - ExpressaSerial-Heavy.otf') format('opentype'); 		}
@font-face { font-family: 'ExpressaXBold';  src: local('ExpressaXBold'), 		url('../fonts/SoftMaker - ExpressaSerial-Xbold.otf') format('opentype'); 		}
@font-face { font-family: 'Expressa'; 	src: local('Expressa'), 	               url('../fonts/SoftMaker - ExpressaSerial.otf') format('opentype'); 		}
@font-face { font-family: 'ExpressaLight'; src: local('ExpressaLight'), 	url('../fonts/SoftMaker - ExpressaSerial-Light.otf') format('opentype'); 		}


/* 300 Light, 400 Regular, 600 SemiBold  */
@font-face { font-family: 'Open Sans Light';  src: 	 local('OpenSans-Light'), 		url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 	}
@font-face { font-family: 'Open Sans'; font-weight: 300; src: 	 local('OpenSans-Light'), 		url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 	}
@font-face { font-family: 'Open Sans'; 			src:  local('OpenSans-Regular'), 	url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 	}
@font-face { font-family: 'Open Sans Regular'; 	src: local('Open Sans Regular'), local('OpenSans-Regular'), 	url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 	}
@font-face { font-family: 'Open Sans SemiBold'; 	src: local('OpenSans-SemiBold'), 	url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans Bold'; font-weight: 800;	src: local('OpenSans-Bold'), 	url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans'; font-weight: 800;	src: local('OpenSans-SemiBold'), 	url('../fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'); }
</pre></body></html>