@font-face {
    font-family: 'ML';
    src: url('../fonts/modaernelightregular.woff') format("woff");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**{
    font-family: 'ML';
}*/


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format("ttf");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	font-family:'Inter'
}