@font-face {
    font-family: 'Amatic SC';
    src: local('Amatic SC Bold'), local('AmaticSC-Bold'),
    url('Amatic SC/AmaticSC-Bold.woff') format('woff'),
	url('Amatic SC/AmaticSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Amatic SC';
    src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
    url('Amatic SC/AmaticSC-Regular.woff') format('woff'),
	url('Amatic SC/AmaticSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Bold'), local('Poppins-Bold'),
    url('Poppins/Poppins-Bold.woff') format('woff'),
	url('Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
    url('Poppins/Poppins-Regular.woff') format('woff'),
	url('Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('Poppins/Poppins-SemiBold.woff') format('woff'),
	url('Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
