@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Lora:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: #EEF1F2;
--content-background-color: linear-gradient(115.36deg, #fdbb81 0%, #fe3a75 100%);
--text-color: rgb(37,37,37);
--primary-color: #252924;
--secondary-color: linear-gradient(115.36deg, #5676C2 0%, #A2E8AF 100%);
--p-font-family: Roboto, sans-serif;
--p-font-size: 18px;
--p-font-weight: 300;
--p-font-style: normal;
--p-line-height: 140%;
--p-text-transform: none;
--h1-font-family: Lora, serif;
--h1-font-size: 36px;
--h1-font-weight: 700;
--h1-font-style: normal;
--h1-line-height: 120%;
--h1-text-transform: none;
--h2-font-family: Lora, serif;
--h2-font-size: 28px;
--h2-font-weight: 700;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: none;
--h3-font-family: Lora, serif;
--h3-font-size: 22px;
--h3-font-weight: normal;
--h3-font-style: normal;
--h3-line-height: 120%;
--h3-text-transform: none;
--h4-font-family: Lora, serif;
--h4-font-size: 18px;
--h4-font-weight: normal;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--pre-font-family: Roboto, sans-serif;
--pre-font-size: nullpx;
--pre-font-weight: normal;
--pre-font-style: normal;
--pre-line-height: null%;
--pre-text-transform: none;
--button-font-family: Roboto, sans-serif;
--button-font-size: 16px;
--button-font-weight: normal;
--button-font-style: normal;
--button-line-height: 140%;
--button-text-transform: none;
--primary-button-border-radius: 4px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: #252924;
--primary-button-color: rgb(255,255,255);
--primary-button-background: #252924;
--primary-button-font-size: 18px;
--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: 0px;
--secondary-button-border-radius: 4px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 0px;
--secondary-button-border-color: linear-gradient(115.36deg, #5676C2 0%, #A2E8AF 100%);
--secondary-button-color: rgb(37,37,37);
--secondary-button-background: linear-gradient(115.36deg, #5676C2 0%, #A2E8AF 100%);
--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: 0px;
 }