/* 
  Theme Name: Axtra - Digital Agency Portfolio Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: BUILDY – is a  Constructor HTML5 template that comes with high-quality 3 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0
*/

/* Smart Hero Section – Jost */
.smart-hero-title {
    font-family: 'Jost', sans-serif !important;
    font-weight: 800 !important;
    font-size: 60px !important;
    line-height: 1.1;
}

.smart-hero-desc {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6;
}

/* Global Font Family - JOST */
body, html {
    font-family: 'Jost', sans-serif !important;
}

/* Apply Jost to product title - Bold and Font Size 48px */
.woocomerce__single-title {
    font-family: 'Jost', sans-serif !important;
    font-weight: 800 !important; /* Bold weight */
    font-size: 48px !important;  /* Font size 48px */
    line-height: 1.3;  /* Optional, adjust for readability */
}

.drix__offcanvas {
    font-family: 'Jost', sans-serif !important;
}

.drix__section-title,
.drix__heading,
.drix__subtext {
    font-family: 'Jost', sans-serif !important;
}

/* Apply Jost to product description */
.woocomerce__single-discription {
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;  /* Adjust size if needed */
    line-height: 1.6; /* Optional, adjust for readability */
}

/* Apply Jost to product features list */
.woocomerce__single-features li {
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6;
}

/* Change text color of discount price to #FBBE1B and make it bold */
.woocomerce__single-discountprice {
    color: #FBBE1B !important;
    font-size: 14px !important;  /* Ensure the font size remains 14px */
    font-weight: 800 !important;  /* Make the text bold */
}

/* Apply Jost font to offcanvas menu items */
.drix__nav {
    font-family: 'Jost', sans-serif !important;
}


