
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: local('Play'), local('Play-Regular'),
    url('fonts/Play/play.woff') format('woff'),
    url('fonts/Play/play.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('fonts/RobotoCondensed/Robotocondensed.woff2') format('woff2'),
    url('fonts/RobotoCondensed/Robotocondensed.woff') format('woff'),
    url('fonts/RobotoCondensed/Robotocondensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
