/*
Theme Name: Pelicula Child
Theme URI: https://pelicula.qodeinteractive.com/
Description: A child theme of Pelicula
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: pelicula
Template: pelicula
*/

@font-face {
 font-family: 'ABCWhyte-Heavy';
 src: url(/wp-content/themes/pelicula-child/fonts/ABCWhyte-Heavy-Trial.woff2) format('woff2'); /* medium */
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'ABCWhyte-Light';
 src: url(/wp-content/themes/pelicula-child/fonts/ABCWhyte-Light-Trial.woff2) format('woff2'); /* medium */
 font-weight: normal;
 font-style: normal;
}

/*
@font-face {
  font-family: <family-name>;
  src: <url>;
  unicode-range: <urange>;
  font-variant: normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ];
  font-feature-settings: normal | <feature-tag-value>;
  font-stretch: normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded;
  font-weight: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
  font-style: normal | italic | oblique;
}
*/

body, p {
  font-family: 'ABCWhyte-Light';
}

h1, h2, h3 {
  font-family: 'ABCWhyte-Heavy';
}

h4, h5, h6 {
  font-family: 'ABCWhyte-Light';
}