/*
 Theme Name:   Haskell.com Branded GeneratePress Child Theme
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1


*/
/* Fedra - Regular */





@font-face {
  font-family: 'Fedra';
  src: url('/wp-content/themes/haskell_child/fonts/FedraSansScreenv2-Regular.otf') format('opentype');
  font-weight: 400; /* Normal weight */
  font-style: normal;
  font-display: swap;
}

/* Fedra - Bold */
@font-face {
  font-family: 'Fedra';
  src: url('/wp-content/themes/haskell_child/fonts/FedraSansScreenv2-Bold.otf') format('opentype');
  font-weight: 700; /* Bold weight */
  font-style: normal;
  font-display: swap;
}

/* Fedra - Italic */
@font-face {
  font-family: 'Fedra';
  src: url('/wp-content/themes/haskell_child/fonts/FedraSansScreenv2-Italic.otf') format('opentype');
  font-weight: 400; /* Normal weight */
  font-style: italic;
  font-display: swap;
}

/* Fedra - Bold Italic */
@font-face {
  font-family: 'Fedra';
  src: url('/wp-content/themes/haskell_child/fonts/FedraSansScreenv2-BoldItalic.otf') format('opentype');
  font-weight: 700; /* Bold weight */
  font-style: italic;
  font-display: swap;
}
