@font-face {
    font-family: 'base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Figtree Regular'),
         url('../fonts/figtreeregular.woff2') format('woff2'),
         url('../fonts/figtreeregular.woff') format('woff');
}
@font-face {
    font-family: 'base';
	font-weight: 400;
    font-style: italic;
	font-display: swap;
    src: local('Figtree Italic'),
         url('../fonts/figtreeitalic.woff2') format('woff2'),
         url('../fonts/figtreeitalic.woff') format('woff');
}
@font-face {
    font-family: 'base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Figtree Bold'),
         url('../fonts/figtreebold.woff2') format('woff2'),
         url('../fonts/figtreebold.woff') format('woff');
}