/*
Theme Name: Dragonfly Theme
Theme URI: https://www.carmelobaglieri.it/
Author: Carmelo Baglieri
Author URI: https://www.carmelobaglieri.it/
Description: Advanced Wordpress theme.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: woocommerce, visual composer, professional, business, ecommerce
Text Domain: dragonflytheme
Domain Path: /languages

*/

/* fonts 

@import url('./assets/fonts/Asap/stylesheet.css');
@import url('./assets/fonts/Bebaskai/stylesheet.css');
@import url('./assets/fonts/Ibarra_Real_Nova/stylesheet.css');
@import url('./assets/fonts/Merriweather/stylesheet.css');
@import url('./assets/fonts/Montserrat/stylesheet.css');
@import url('./assets/fonts/OpenSans/stylesheet.css');
@import url('./assets/fonts/Oxygen/stylesheet.css');
@import url('./assets/fonts/Playfair/stylesheet.css');
@import url('./assets/fonts/Raleway/stylesheet.css');
@import url('./assets/fonts/Poppins/stylesheet.css');
@import url('./assets/fonts/ProximaNova/stylesheet.css');
*/

/* TYPOGRAPHY */

body{
    --df-body-font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.ff-primary{
    font-family: var(--df-body-font-family) !important;
}

p, ul, ol {
    line-height: 1.6875;
}
.z-index-10{
    z-index: 10!important;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1520px;
}
h1, .h1 {
    font-size: calc(1.6rem + 0.75vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.1rem;
    }
}

/*Buttons */
.btn:not(.btn-sm) {
    /* --df-btn-padding-x: 1.25rem;
    --df-btn-padding-y: 0.75rem; */
    --df-btn-border-radius: 0.3rem;
}