@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Almarai'),
         url('../fonts/almarai-regular.woff2') format('woff2'),
         url('../fonts/almarai-regular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Almarai Light'),
         url('../fonts/almarai-light.woff2') format('woff2'),
         url('../fonts/almarai-light.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Almarai Bold'),
         url('../fonts/almarai-bold.woff2') format('woff2'),
         url('../fonts/almarai-bold.woff') format('woff');
}
