/*
Theme Name: Motorin
Theme URI: https://motorin.pt/
Author: Motorin
Description: Tema próprio da Motorin — loja WooCommerce 4x4/TT. Independente de temas de terceiros.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: motorin
WC requires at least: 8.0
WC tested up to: 9.9
*/

/* ==== CSS do tema (dobrar aqui as regras do antigo child) ==== */

/* ============================================================
   FONTES MOTORIN — Oswald (títulos) + Montserrat (texto)
   ============================================================ */

/* Texto base: Montserrat */
body,
.mot-header,
.mot-footer,
.mot-page,
.mot-single,
.mot-shop,
button, input, select, textarea {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Títulos e elementos de destaque: Oswald */
h1, h2, h3, h4, h5, h6,
.product_title,
.mot-page__title,
.mot-single__summary .price,
.mot-fit__head,
.woocommerce-loop-product__title,
.single_add_to_cart_button,
.mot-header__nav,
.mot-footer h4,
.related > h2,
.woocommerce-Tabs-panel h2 {
	font-family: "Oswald", "Montserrat", sans-serif;
}

/* Oswald é condensado — ligeiro ajuste de espaçamento nos títulos grandes */
h1, h2, .product_title, .mot-page__title {
	letter-spacing: .3px;
}
