/*
Theme Name: Plant
Theme URI: https://seedthemes.com/item/plant/
Author: SeedThemes
Author URI: https://seedthemes.com
Description: General Purpose Theme
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seed
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. css/scss/_variables.scss - for some colors & styles.
2. css/scss/mobile.scss - will be compiled to css/mobile.css and used for mobile version.
3. css/scss/desktop.scss - will be compiled to css/desktop.css and used for desktop version.
4. If you set $GLOBALS['s_style_css'] in functions.php to 'enable', you can add CSS to this file to override all CSS.
    
=========================================== 
*/

@font-face {
    font-family: 'Sukhumvit';
    src: url('fonts/sukhumvit/sukhumvitlight-webfont.eot');
    src: url('fonts/sukhumvit/sukhumvitlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sukhumvit/sukhumvitlight-webfont.woff2') format('woff2'),
         url('fonts/sukhumvit/sukhumvitlight-webfont.woff') format('woff'),
         url('fonts/sukhumvit/sukhumvitlight-webfont.ttf') format('truetype'),
         url('fonts/sukhumvit/sukhumvitlight-webfont.svg#sukhumvitregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sukhumvit';
    src: url('fonts/sukhumvit/sukhumvitreg-webfont.eot');
    src: url('fonts/sukhumvit/sukhumvitreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sukhumvit/sukhumvitreg-webfont.woff2') format('woff2'),
         url('fonts/sukhumvit/sukhumvitreg-webfont.woff') format('woff'),
         url('fonts/sukhumvit/sukhumvitreg-webfont.ttf') format('truetype'),
         url('fonts/sukhumvit/sukhumvitreg-webfont.svg#sukhumvitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sukhumvit';
    src: url('fonts/sukhumvit/sukhumvitbold-webfont.eot');
    src: url('fonts/sukhumvit/sukhumvitbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sukhumvit/sukhumvitbold-webfont.woff2') format('woff2'),
         url('fonts/sukhumvit/sukhumvitbold-webfont.woff') format('woff'),
         url('fonts/sukhumvit/sukhumvitbold-webfont.ttf') format('truetype'),
         url('fonts/sukhumvit/sukhumvitbold-webfont.svg#sukhumvitbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

h1,h2,h3,h4,#site-navigation {
	font-family: 'Sukhumvit',sans-serif;
	font-weight: normal;
}