/*
 Theme Name:     Divi Child for FAB Brands
 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
------------------------------------------------------- */
@import url("//hello.myfonts.net/count/3b7e21");
@import url("//hello.myfonts.net/count/3b5460");

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('font/font.woff2') format('woff2'), url('font/font.woff') format('woff');
  font-display: swap;
}

@font-face {
    font-family: 'gilroyregular';
    src: url('font/gilroy-regular-webfont.woff2') format('woff2'),
         url('font/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('font/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('font/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'gilroybold';
    src: url('font/fontbold.woff2') format('woff2'),
         url('font/fontbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
#main-content {
	padding-top: 120px;
}
h1,h2,h3 {
    font-family: 'gilroyextrabold';
    font-weight: normal;
}
.gilroyregualrheader h1,.gilroyregualrheader h2,.gilroyregualrheader h3, 
body {
    font-family: 'gilroyregular';
    font-weight: normal;
}
ul.checks li:before {
    content:"";
    background:url(https://fab-brands.com/wp-content/uploads/2022/07/check.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -28px;
    margin-right: 8px;
    margin-bottom: -4px;
}
ul.checks li {
    list-style: none;
    margin-top: 10px;
}
.gilroysemibold h1, .gilroysemibold h2, .gilroysemibold h3 {
    font-family: 'Gilroy-SemiBold';
    font-weight: normal;
}
@media(prefers-reduced-motion){
	.et_animated{
		animation: none !important;
		transition: 0s !important;
	}
}