/*
Theme Name: pine
Theme URI: https://pine.pt/
Author: pine
Author URI: https://pine.pt/
Description: pine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pine
*/

/* Tipografia - Fjalla One para headers, Inter para texto */
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Fjalla One', sans-serif !important;
}
p, .p {
    font-family: 'Inter', sans-serif !important;
}

.tj-slider-section {
    margin: 0 0px 0 0px !important;
    border-radius: 0px !important;
}


.tj-slider-item::after {
    z-index: -1;
}

.slider-desc {
    color: #fff !important;
    font-size: 36px !important;
    line-height: 40px !important;
    width: 461px !important;
}

.tj-primary-btn {
    background-color: #D2A06C !important;

}

.tj-primary-btn .btn-icon {
    background-color: #2A4747 !important;
}