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


@font-face {
        font-family: 'Poppins Regular'; 
	src: url(fontstype/Poppins-Regular.ttf); } 

@font-face {
  font-family: 'Poppins bold';
  src:url(fontstype/Poppins-Bold.ttf);
}

@font-face {
  font-family: 'Poppins SemiBold';
  src:url(fontstype/Poppins-SemiBold.ttf);
}
</pre></body></html>