/**
 * Theme Name:        GeneratePress Child Theme
 * Template:          generatepress
 * Description:       A custom child theme for the GeneratePress theme.
 * Version:           1.0.0
 * Author:            Nate Gell
 * Author URI:        https://nathangell.com
 * Text Domain:       generatepress-child
 */

 @font-face {
  font-family: 'FiguraSansExtraBold';
  src: url(/wp-content/themes/generatepress-child/assets/fonts/FiguraSans-ExtraBold.woff);
  font-weight: normal;
}

.custom-header-font {
  font-family: 'FiguraSansExtraBold', sans-serif;
}