/*
	Theme Name: Themebase
	Theme URI: 
	Author:  Veronika Udod
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: ecoffset.it
*/

/* MAIN SETTINGS */

:root {
  --blue: #161f48;
  --white: #ffffff;
  --gold: #d6b35f;
  --lightgold: #fbf9f1;
  --grey: #6e6b60;
  --lightgrey: #dcdee1;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  transition: 0.5s;
  background: var(--lightgold);
}

html {
  overflow-x: hidden;
}

* {
  font-family: "Google Sans Flex", sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
  margin-bottom: 0;
}

button {
  font-size: 15px;
}

.max-w-1360 {
  max-width: 1360px;
  margin: auto;
}

.position-relative {
  position: relative;
}

/* TEST FONT VARIABILE */
#test-text {
	font-size: 60px;
	/* Impostazione iniziale */
	font-variation-settings: 'wght' 400;
	margin-bottom: 40px;
}

.slider-container {
	width: 300px;
	margin: 0 auto;
}

label { display: block; margin-bottom: 10px; font-family: sans-serif; }