@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Bitter:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root { --page-background-color: #ffffff;
--content-background-color: rgba(255, 255, 255, 0);
--text-color: rgb(37,37,37);
--primary-color: #f5564a;
--secondary-color: #b8c4cb;
--p-font-family: Raleway, sans-serif;
--p-font-size: 18px;
--p-font-weight: normal;
--p-font-style: normal;
--p-line-height: 140%;
--p-text-transform: none;
--p-letter-spacing: 0.08px;
--h1-font-family: Bitter, serif;
--h1-font-size: 30px;
--h1-font-weight: bold;
--h1-font-style: normal;
--h1-line-height: 120%;
--h1-text-transform: none;
--h1-letter-spacing: 0.08px;
--h2-font-family: Bitter, serif;
--h2-font-size: 24px;
--h2-font-weight: bold;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: none;
--h2-letter-spacing: 0.08px;
--h3-font-family: Bitter, serif;
--h3-font-size: 20px;
--h3-font-weight: bold;
--h3-font-style: normal;
--h3-line-height: 120%;
--h3-text-transform: none;
--h3-letter-spacing: 0.08px;
--h4-font-family: Bitter, serif;
--h4-font-size: 15px;
--h4-font-weight: bold;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--h4-letter-spacing: 0.08px;
--pre-font-family: Raleway, sans-serif;
--pre-font-size: null;
--pre-font-weight: bold;
--pre-font-style: normal;
--pre-line-height: null;
--pre-text-transform: none;
--pre-letter-spacing: 0.08px;
--primary-button-border-radius: 50px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: rgb(37,37,37);
--primary-button-color: #ffffff;
--primary-button-background: #f5564a;
--primary-button-font-size: 18px;
--primary-button-font-weight: normal;
--primary-button-font-style: normal;
--primary-button-font-family: Raleway, sans-serif;
--primary-button-line-height: 120%;
--primary-button-text-transform: normal;
--primary-button-letter-spacing: 0.08px;
--secondary-button-border-radius: 50px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 0px;
--secondary-button-border-color: rgb(37,37,37);
--secondary-button-color: #ffffff;
--secondary-button-background: rgb(37,37,37);
--secondary-button-font-size: 18px;
--secondary-button-font-weight: normal;
--secondary-button-font-style: normal;
--secondary-button-font-family: Raleway, sans-serif;
--secondary-button-line-height: 120%;
--secondary-button-text-transform: normal;
--secondary-button-letter-spacing: 0.08px;
 } 
.theme-settings-root-content {
margin: 0;
padding: 20px;
background: url('https://s8087368.sendpul.se/image/747991a0e145ac2bbe69f063a9402e69/files/emailservice/userfiles/619b7fb6f0337578d1da268115bdd3d28087368/Stone_Glacier___Pursue_Each_Hunt_kopiya_5f942823.jpg'), var(--page-background-color);
min-height: 100vh;
background-size: auto;
background-repeat: no-repeat;
background-position: top center;
background-attachment: scroll;
}
.theme-settings-root-container {
margin: 0 auto;
max-width: 420px;
}