@font-face {
  font-family: 'discovery';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Regular.woff2') format('woff2'),
       url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'discovery';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Medium.woff2') format('woff2'),
       url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'discovery';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Demibold.woff2') format('woff2'),
       url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Demibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'discovery';
  src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Bold.woff2') format('woff2'),
       url('/wp-content/themes/hello-theme-child-master/assets/fonts/Discovery_Fs-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}