@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Outfit Light'),
         url('../fonts/outfitlight.woff2') format('woff2'),
         url('../fonts/outfitlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Outfit Regular'),
         url('../fonts/outfitregular.woff2') format('woff2'),
         url('../fonts/outfitregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Outfit Medium'),
         url('../fonts/outfitmedium.woff2') format('woff2'),
         url('../fonts/outfitmedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Outfit SemiBold'),
         url('../fonts/outfitsemibold.woff2') format('woff2'),
         url('../fonts/outfitsemibold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Outfit Bold'),
         url('../fonts/outfitbold.woff2') format('woff2'),
         url('../fonts/outfitbold.woff') format('woff');
}