@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/apricot-theme/fonts/Poppins-Light.woff2') format('woff2'),
     url('/wp-content/themes/apricot-theme/fonts/Poppins-Light.woff') format('woff');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/apricot-theme/fonts/Poppins-Regular.woff2') format('woff2'),
     url('/wp-content/themes/apricot-theme/fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/apricot-theme/fonts/Poppins-Medium.woff2') format('woff2'),
     url('/wp-content/themes/apricot-theme/fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/themes/apricot-theme/fonts/Poppins-Bold.woff2') format('woff2'),
     url('/wp-content/themes/apricot-theme/fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
}