@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Exo 2 Light'),
         url('../fonts/exo2light.woff2') format('woff2'),
         url('../fonts/exo2light.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Exo 2 Regular'),
         url('../fonts/exo2regular.woff2') format('woff2'),
         url('../fonts/exo2regular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Exo 2 Medium'),
         url('../fonts/exo2medium.woff2') format('woff2'),
         url('../fonts/exo2medium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Exo 2 SemiBold'),
         url('../fonts/exo2semibold.woff2') format('woff2'),
         url('../fonts/exo2semibold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Exo 2 Bold'),
         url('../fonts/exo2bold.woff2') format('woff2'),
         url('../fonts/exo2bold.woff') format('woff');
}