@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Jost:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root { --page-background-color: linear-gradient(115.36deg, #8ff422 0%, #8043f7 100%);
--content-background-color: rgba(255, 255, 255, 0);
--text-color: #FFFFFF;
--primary-color: #E51837;
--secondary-color: #373737;
--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;
--h1-font-family: Jost, sans-serif;
--h1-font-size: 28px;
--h1-font-weight: 700;
--h1-font-style: italic;
--h1-line-height: 120%;
--h1-text-transform: uppercase;
--h2-font-family: Jost, sans-serif;
--h2-font-size: 24px;
--h2-font-weight: 700;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: none;
--h3-font-family: Jost, sans-serif;
--h3-font-size: 20px;
--h3-font-weight: normal;
--h3-font-style: normal;
--h3-line-height: 120%;
--h3-text-transform: none;
--h4-font-family: Jost, sans-serif;
--h4-font-size: 14px;
--h4-font-weight: normal;
--h4-font-style: italic;
--h4-line-height: 120%;
--h4-text-transform: uppercase;
--pre-font-family: Raleway, sans-serif;
--pre-font-size: null;
--pre-font-weight: normal;
--pre-font-style: normal;
--pre-line-height: null;
--pre-text-transform: none;
--primary-button-border-radius: 6px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: #E51837;
--primary-button-color: rgb(255,255,255);
--primary-button-background: #E51837;
--primary-button-font-size: 16px;
--primary-button-font-weight: normal;
--primary-button-font-style: normal;
--primary-button-font-family: Ubuntu, sans-serif;
--primary-button-line-height: 140%;
--primary-button-text-transform: none;
--primary-button-letter-spacing: NaNpx;
--secondary-button-border-radius: 6px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 0px;
--secondary-button-border-color: #E51837;
--secondary-button-color: #FFFFFF;
--secondary-button-background: #373737;
--secondary-button-font-size: 16px;
--secondary-button-font-weight: normal;
--secondary-button-font-style: normal;
--secondary-button-font-family: Ubuntu, sans-serif;
--secondary-button-line-height: 140%;
--secondary-button-text-transform: none;
--secondary-button-letter-spacing: NaNpx;
 } 
.theme-settings-root-content {
background: var(--page-background-color);
background-size: auto;
background-repeat: repeat;
background-position: center;
background-attachment: scroll;
}
.theme-settings-root-container {
margin: 0 auto;
max-width: 420px;
}