/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.5
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
/* @import url(https://db.onlinewebfonts.com/c/77dcc46d9de45fef0051d12a768f9e5e?family=Kudryashev+Display);
@font-face {
    font-family: "Kudryashev Display";
    src: url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.eot");
    src: url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/77dcc46d9de45fef0051d12a768f9e5e.svg#Kudryashev Display")format("svg");
} */

/* @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap'); */

    @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
     @font-face {
        font-family: 'Kepler Std Bold Semicondensed Display';
        font-style: normal;
        font-weight: normal;
        src: local('Kepler Std Bold Semicondensed Display'), url('KeplerStd-BoldScnDisp.woff') format('woff');
        }
    @font-face {
        font-family: 'FELIXTI';
        src: url('FELIXTI.ttf')  format('truetype');
        }
        
    @font-face {
        font-family : 'Helvetica Roman'
        src: url('Helvetica Roman.ttf') format('truetype');
    }
    
    @font-face {
        font-family : "Butler Ultra Light";
        src: url('Butler_Ultra_Light.otf') format('otf');
    }
    
    
   @font-face{
    font-family:"helvetica";
    src:url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
} 

body {
    font-family: 'Helvetica Roman', sans-serif !important;
    font-weight: 700 !important;
  }
  
  h2 {
        font-family: "Butler Ultra Light", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  }
  h1 {
      font-family: "Butler Ultra Light", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  }
  h3 {
       font-family: "arial", serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  }
  h5 {
      font-family: "arial", serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  }
  .button {
      font-family: "Butler Ultra Light", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform :revert !important;
  }