/*
Theme Name: Prequelle Child
Template: prequelle
Theme URI: https://themeforest.net/item/prequelle-elegant-and-modern-woocommerce-theme/22202312
Author: WolfThemes
Author URI: https://wolfthemes.com
Description: Elegant and Modern WooCommerce Theme
Version: 2.0.18
Requires at least: 6.0
Tested up to: 6.7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prequelle
*/

/* Style de base pour le menu */

/* Solution pour éviter que Jost soit trop fine sur macOS/iOS */
html, body {
  font-family: 'Jost', sans-serif;
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    body, p, h1, h2, h3, h4, h5, h6 {
      font-weight: 500 !important;
      letter-spacing: -0.01em;
    }
  }
}

/* iOS devices */
@supports (-webkit-touch-callout: none) {
  body, p, h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
    letter-spacing: -0.01em;
  }
}

@supports (-webkit-touch-callout: none) or (-webkit-appearance: none) {
  body {
    font-family: 'Jost Medium', 'Jost', sans-serif !important;
  }
}