@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt Light'),
         url('../fonts/interlight.woff2') format('woff2'),
         url('../fonts/interlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt Regular'),
         url('../fonts/interregular.woff2') format('woff2'),
         url('../fonts/interregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt Medium'),
         url('../fonts/intermedium.woff2') format('woff2'),
         url('../fonts/intermedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt SemiBold'),
         url('../fonts/intersemibold.woff2') format('woff2'),
         url('../fonts/intersemibold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt Bold'),
         url('../fonts/interbold.woff2') format('woff2'),
         url('../fonts/interbold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 800;
    font-style: normal;
	font-display: swap;
    src: local('Inter 28pt ExtraBold'),
         url('../fonts/interextrabold.woff2') format('woff2'),
         url('../fonts/interextrabold.woff') format('woff');
}
