@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Satoshi Regular'),
         url('../fonts/satoshiregular.woff2') format('woff2'),
         url('../fonts/satoshiregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Satoshi Bold'),
         url('../fonts/satoshibold.woff2') format('woff2'),
         url('../fonts/satoshibold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Red Hat Display Regular'),
         url('../fonts/redhatdisplayregular.woff2') format('woff2'),
         url('../fonts/redhatdisplayregular.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Red Hat Display SemiBold'),
         url('../fonts/redhatdisplaysemibold.woff2') format('woff2'),
         url('../fonts/redhatdisplaysemibold.woff') format('woff');
}