/*
 Theme Name:   Dineko
 Description:  Tema WordPress Dineko
 Author:       Jorge Martínez
 Author URI:   http://playmebit.com
 Template:     Divi
 Version:      1.0.0
 License:      
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('/wp-content/themes/dineko/fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('/wp-content/themes/dineko/fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('/wp-content/themes/dineko/fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('/wp-content/themes/dineko/fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}


body {
  	font-family: 'AvenirNextLTPro', sans-serif;
	font-weight: 400;
}



.text-primary {color:#2a4994;}
.text-strong {font-weight:bold;}
.text-secondary {color:#e7d4c7;}
