@font-face {
font-family: 'Exo';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/Exo-Regular.ttf') format('truetype'), 
}
@font-face {
font-family: 'Exo';
font-style: thin;
font-weight: 300;
font-display: swap;
src: local(''),
url('../fonts/Exo-Thin.ttf') format('truetype'), 
}
@font-face {
font-family: 'Exo';
font-style: bold;
font-weight: 700;
font-display: swap;
src: local(''),
url('../fonts/Exo-Bold.ttf') format('truetype'), 
}

* {
 font-size: 100%;
 font-family: 'Exo'!important;
}