@font-face {
     font-family: 'Good Times RG';
     src: local('Good Times RG'),
         url('/webfonts/good-times-rg.woff2') format('woff2'),
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'Good Times RG Bold';
     src: local('Good Times RG Bold'),
         url('/webfonts/good-times-rg.woff2') format('woff2'),
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Good Times RG Italic';
     src: local('Good Times RG Italic'),
         url('/webfonts/good-times-rg.woff2') format('woff2'),
     font-weight: normal;
     font-style: italic;
     font-display: swap;
}