@font-face {
  font-family: 'Greatest Richmond';
  src: url('Greatest Richmond.woff2') format('woff2'),
       url('Greatest Richmond.woff') format('woff'),
       url('Greatest Richmond.ttf')  format('truetype');
	   font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}