@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Lexend Bold'),
         url('../fonts/lexendbold.woff2') format('woff2'),
         url('../fonts/lexendbold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Lexend Light'),
         url('../fonts/lexendlight.woff2') format('woff2'),
         url('../fonts/lexendlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Lexend Medium'),
         url('../fonts/lexendmedium.woff2') format('woff2'),
         url('../fonts/lexendmedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Lexend Regular'),
         url('../fonts/lexendregular.woff2') format('woff2'),
         url('../fonts/lexendregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Lexend SemiBold'),
         url('../fonts/lexendsemibold.woff2') format('woff2'),
         url('../fonts/lexendsemibold.woff') format('woff');
}