@font-face {
    font-family: 'Heading';
	font-weight: 800;
    font-style: normal;
	font-display: swap;
    src: local('Montserrat ExtraBold'),
         url('../fonts/montserratextrabold.woff2') format('woff2'),
         url('../fonts/montserratextrabold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Montserrat Medium'),
         url('../fonts/montserratmedium.woff2') format('woff2'),
         url('../fonts/montserratmedium.woff') format('woff');
}

@font-face {
    font-family: 'Heading';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Montserrat SemiBold'),
         url('../fonts/montserratsemibold.woff2') format('woff2'),
         url('../fonts/montserratsemibold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Space Grotesk Regular'),
         url('../fonts/spacegroteskregular.woff2') format('woff2'),
         url('../fonts/spacegroteskregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Space Grotesk Bold'),
         url('../fonts/spacegroteskbold.woff2') format('woff2'),
         url('../fonts/spacegroteskbold.woff') format('woff');
}