@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Manrope'),
         url('../fonts/manroperegular.woff') format('woff'),
         url('../fonts/manroperegular.woff2') format('woff2');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Manrope'),
         url('../fonts/manropebold.woff') format('woff'),
         url('../fonts/manropebold.woff2') format('woff2');
}
@font-face {
    font-family: 'Heading';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('GalanoGrotesque'),
         url('../fonts/galano-grotesque-semi-bold.woff') format('woff'),
         url('../fonts/galano-grotesque-semi-bold.woff2') format('woff2');
}
