/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('webfonts/AvenirLTPro-Roman.otf') format('opentype');
    font-weight: 400; /* The 55 Roman weight maps to 400 in CSS */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Avenir LT Pro';
    src: url('webfonts/AvenirLTPro-Oblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Avenir LT Pro';
    src: url('webfonts/AvenirLTPro-Black.otf') format('opentype');
    font-weight: 900; /* The 95 Black weight maps to 900 in CSS */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Avenir LT Pro';
    src: url('webfonts/AvenirLTPro-BlackOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
  }
