@font-face {
     font-family: 'Unbounded';
     src: local('Unbounded-Regular'),
         url('/webfont/Unbounded-Regular.woff2') format('woff2'),
         url('/webfont/Unbounded-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 
@font-face {
     font-family: 'Unbounded';
     src: local('Unbounded-Bold'),
         url('/webfont/Unbounded-Bold.woff2') format('woff2'),
         url('/webfont/Unbounded-Bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
    font-family: 'DM Sans', sans-serif;
    src: local('DM Sans-Regular'),
        url('webfont/DMSans-Regular.woff2') format('woff2'),
        url('webfont/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans', sans-serif;
    src: local('DM Sans-Bold'),
        url('webfont/DMSans-Bold.woff2') format('woff2'),
        url('webfont/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}