/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/*---
@font-face {
  font-family: 'Gordita-Regular';
  src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/Gordita-Font/Gordita-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'Gordita-Medium';
  src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/Gordita-Font/Gordita-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'Gordita-Bold';
  src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/Gordita-Font/Gordita-Bold.otf') format('truetype');
}

-----------*/
@font-face {
    font-family: 'gordita';
    src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gordita_medium-webfont.woff2') format('woff2'),
         url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gordita_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'gordita';
    src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gordita_regular-webfont.woff2') format('woff2'),
         url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gordita_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*----gilroy-black-webfont-------*/

@font-face {
    font-family: 'gilroy-black';
    src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gilroy-black-webfont.woff') format('woff');
}
@font-face {
    font-family: 'gilroy-bold';
    src: url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('https://penmo.t-squared.co/wp-content/themes/Divi_Child/fonts/gilroy-bold-webfont.woff') format('woff');
}





h1,h2,p,div {
    font-family: gordita;   
}
h1,h2{
	font-weight:500
}
.font-rubik {
    font-family: 'Rubik', sans-serif !important;
}
.gilroy-black,.gilroy-black h2{
	font-family: 'gilroy-black'!important;
}
.gilroy-bold,.gilroy-bold h4{
	font-family: 'gilroy-bold'!important;
}
.gilroy-bold P{
			font-family:'Rubik';
}