<?php
// Set aggressive caching for this dynamic CSS (1 year, it rarely changes)
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: public, max-age=31536000, immutable");
header("Expires: " . gmdate("D, d M Y H:i:s", time() + 31536000) . " GMT");

if (isset($_GET['font_familly'])) {
    $font_familly = $_GET['font_familly'];
} else {
    $font_familly = 'Open Sans';
}
?>

body {
    <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
     font-family: "Carlito Regular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Bold", sans-serif;
}

p {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.template-btn {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.single-product .img-wrapper .product-badge,
.single-product-list-view .img-wrapper .product-badge {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.single-product .rating-title,
.single-product-list-view .rating-title {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-cart-section .gs-cart-container .gs-cart-row .cart-summary .cart-summary-content .cart-summary-subtitle {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-reg-section .reg-area .form-group .login-or {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.dropdown-item {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.collapse-icon::before {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.language-dropdown > .dropdown .dropdown-item {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

table.gs-data-table thead tr th {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

table.gs-data-table tbody tr td {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.dt-layout-row label {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

div.dt-container .dt-paging .dt-paging-button {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.vendor-table-wrapper .user-table td .status .nice-select .current,
.user-table-wrapper .user-table td .status .nice-select .current {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-vendor-header .user-dropdown-wrapper .user-designation {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-vendor-header .user-dropdown-wrapper .dropdown-item {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.nice-select.nice-select-vendor::after {
  font-family: "<?php echo $font_familly; ?>", sans-serif;
}

.gs-modal .modal-dialog .modal-content .transaction-info-wrapper .info-list .info-list-item .info-type {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-explore-product-section .explore-tab-navbar li .nav-link {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-latest-post-section.home-3 .poster .poster_name {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.gs-latest-post-section.home-3 .poster .post_date {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.tab-product-des-wrapper .nav-link {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}

.select-product-types-wrapper .inputs-wrapper .label {
  <!-- font-family: "<?php echo $font_familly; ?>", sans-serif; -->
   font-family: "Carlito Regular", sans-serif;
}
