@font-face {
     font-family: 'brandon text';
     src: 
     	 local('brandon text'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 
@font-face {
     font-family: 'brandon text';
     src: 
         local('brandon text'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-bold-webfont.woff') format('woff');
     font-weight: 800;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'brandon text';
     src: 
         local('brandon text'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff2') format('woff2'),
         url('/wp-content/themes/dekko-child/fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff') format('woff');
     font-weight: 400;
     font-style: italic;
     font-display: swap;
}