/*
Theme Name: Făurar Starter
Template: blocksy
Description: Punct de pornire pentru magazinul tău — temă-copil Blocksy, pregătită pentru SEO și WooCommerce, în limba română. Culorile și tipografia se setează în theme.json; conținutul se construiește din chat.
Version: 0.1.0
Author: făurar.online
Text Domain: faurar-starter
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Keep this file thin. Prefer theme.json tokens (colour / type / spacing) and the
   Blocksy Customizer over piling up CSS here. A few safe, generic polish rules only. */

:root {
  --faurar-content-max: 72rem;
}

img {
  max-width: 100%;
  height: auto;
}

/* Comfortable reading measure for long-form copy. */
.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  max-width: 42rem;
}
