/*!
Theme Name: Paviterra
Theme URI: https://www.lenaturographe.fr/
Author: Le naturographe
Author URI: https://www.lenaturographe.fr/
Description: Thème WooCommerce sur mesure pour Paviterra.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paviterra
Tags: e-commerce, woocommerce, custom-menu, featured-images, translation-ready

Paviterra is based on Underscores https://underscores.me/.
*/

/* =========================================================
   Base — Typographie globale (Adobe Fonts : pt-sans-pro)
   ========================================================= */
:root {
	--pv-font: "pt-sans-pro", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
	font-family: var(--pv-font);
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--pv-font);
}
