/*
Theme Name: Hello Elementor Child
Theme URI: https://tuosito.it
Description: Child theme di Hello Elementor
Author: Antonio
Author URI: https://innovah.it
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #111318;
  background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 0.6em;
}

h1 { font-size: 56px; font-weight: 700; }
h2 { font-size: 40px; font-weight: 700; }
h3 { font-size: 28px; font-weight: 600; }
h4 { font-size: 22px; font-weight: 600; }

p {
  margin-bottom: 1.2em;
}

.button, 
button, 
input[type="submit"] {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 8px;
}


