@charset "UTF-8";
/* CSS Document */




@font-face {
    font-family: "Inter28pt ExtraBold";
    src: url("../fonts/Inter28pt-ExtraBold.eot");
    src: url('Inter28pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url( "../fonts/Inter28pt-ExtraBold.woff2") format('woff2'),
        url( "../fonts/Inter28pt-ExtraBold.woff") format('woff'),
        url( "../fonts/Inter28pt-ExtraBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Regular";
    src: url("../fonts/Inter-Regular.eot");
    src: url('Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url( "../fonts/Inter-Regular.woff2") format('woff2'),
        url( "../fonts/Inter-Regular.woff") format('woff'),
        url( "../fonts/Inter-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p{
	font-family: "Inter28pt ExtraBold";
	text-align: left;

	
}