@font-face {
    font-family: 'Bozon';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Bozon-Regular.ttf') format('truetype'),
    url('../fonts/Bozon-Regular.ttf') format('truetype');
    font-display: swap;
}
  
@font-face {
    font-family: 'Bozon';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Bozon-DemiBold.ttf') format('truetype'),
    url('../fonts/Bozon-DemiBold.ttf') format('truetype');
    font-display: swap;
}