/*
Theme Name: Cistobene
Theme URI: https://example.com/cistobene
Author: Your Name
Author URI: https://example.com
Description: Custom Cistobene theme scaffold prepared for development with all core templates in place.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cistobene
*/

/* Base theme shell; extend in assets/css/main.css */

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2933;
  background: #f5f7fa;
  line-height: 1.6;
}

a {
  color: #2158ff;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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