/*
Theme Name: Nicole Theme
Theme URI: https://officinalucecesano.it/
Author: Officina Luce Cesano
Author URI: https://officinalucecesano.it/
Description: Tema custom per la landing page Nicole.
Version: 1.0
Text Domain: nicole-theme
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4efe6;
  color: #181512;
  font-family: 'Inter', sans-serif;
}

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

a {
  text-decoration: none;
}