@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Lato Regular'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Lato Bold'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: italic;
	font-display: swap;
    src: local('Lato Bold Italic'),
         url('../fonts/lato-bolditalic.woff2') format('woff2'),
         url('../fonts/lato-bolditalic.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Charter Bold'),
         url('../fonts/charter-bold.woff2') format('woff2'),
         url('../fonts/charter-bold.woff') format('woff');
}
@font-face {
    font-family: 'Fred';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Fredrogersfont Regular'),
         url('../fonts/fredrogersfont-regular.woff2') format('woff2'),
         url('../fonts/fredrogersfont-regular.woff') format('woff');
}
