/*
Theme Name:   Enclothe Child
Theme URI:    https://shop.enclothe.lk/
Description:  DoCommerce Child Theme
Author:       DoMedia
Author URI:   https://domedia.lk
Template:     docommerce
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('assets/fonts/century_gothic/CenturyGothicRegular.ttf');
    src: url('assets/fonts/century_gothic/CenturyGothicRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('assets/fonts/century_gothic/CenturyGothicBold.TTF');
    src: url('assets/fonts/century_gothic/CenturyGothicBold.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    font-family: 'Poppins', sans-serif !important;
}

pre,
code,
kbd,
samp {
    font-family: 'Poppins', sans-serif, monospace;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}
        
/* --------------------------------------
Contact form 7
-------------------------------------- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 select,
.wpcf7 textarea{
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 992px){
    .sticky .header-logo img{
        max-height: 50px;
    }
}

@media (min-width: 1200px){
    .header-logo img{
        max-height: 55px;
    }
}

@media (max-width: 1199px){
    .header-logo img{
        max-height: 50px;
    }
}

@media (max-width: 991px){
    .header-logo img,
    .sticky .header-logo img{
        max-height: 40px;
    }
}