/*
Theme Name: Foton
Theme URI: http://foton.mikado-themes.com
Description: A Multi-concept Software and App Landing Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: foton
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Regular.eot');
    src: url('../fonts/BaiJamjuree-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-Regular.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Regular.woff') format('woff'),
        url('../fonts/BaiJamjuree-Regular.ttf') format('truetype'),
        url('../images/BaiJamjuree-Regular.svg#BaiJamjuree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bai Jamjuree Bold';
    src: url('../fonts/BaiJamjuree-Bold.eot');
    src: url('../fonts/BaiJamjuree-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/BaiJamjuree-Bold.woff2') format('woff2'),
        url('../fonts/BaiJamjuree-Bold.woff') format('woff'),
        url('../fonts/BaiJamjuree-Bold.ttf') format('truetype'),
        url('../images/BaiJamjuree-Bold.svg#BaiJamjuree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Bai Jamjuree Bold' !important;  }
.mkdf-section-title-holder .mkdf-st-title .mkdf-st-title-light { font-family: 'Bai Jamjuree' !important; }
.mkdf-logo-wrapper a { height: 50px !important; }
.mkdf-page-header .mkdf-menu-area { height: 100px !important; }
.whatsappme__button {
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 50px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #1bd741;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
}
.whatsappme__button svg {
    width: 36px;
    height: 60px;
    margin: 0 12px;
}