@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Ubuntu Light'),
         url('../fonts/ubuntulight.woff2') format('woff2'),
         url('../fonts/ubuntulight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Ubuntu Regular'),
         url('../fonts/ubunturegular.woff2') format('woff2'),
         url('../fonts/ubunturegular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Ubuntu Medium'),
         url('../fonts/ubuntumedium.woff2') format('woff2'),
         url('../fonts/ubuntumedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Ubuntu Bold'),
         url('../fonts/ubuntubold.woff2') format('woff2'),
         url('../fonts/ubuntubold.woff') format('woff');
}