@import url('https://fonts.googleapis.com/css2?family=Lato: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: rgb(2,6,12);
--content-background-color: rgba(255, 255, 255, 0);
--text-color: rgb(246,236,247);
--primary-color: rgb(145,0,157);
--secondary-color: #b8c4cb;
--p-font-family: Lato, 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: 0px;
--h1-font-family: Jost, sans-serif;
--h1-font-size: 30px;
--h1-font-weight: light;
--h1-font-style: normal;
--h1-line-height: 120%;
--h1-text-transform: none;
--h1-letter-spacing: 0px;
--h2-font-family: Jost, sans-serif;
--h2-font-size: 24px;
--h2-font-weight: light;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: none;
--h2-letter-spacing: 0px;
--h3-font-family: Lato, sans-serif;
--h3-font-size: 24px;
--h3-font-weight: light;
--h3-font-style: normal;
--h3-line-height: 120%;
--h3-text-transform: none;
--h3-letter-spacing: 0px;
--h4-font-family: Lato, sans-serif;
--h4-font-size: 15px;
--h4-font-weight: bold;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--h4-letter-spacing: 0px;
--pre-font-family: Lato, sans-serif;
--pre-font-size: NaNpx;
--pre-font-weight: bold;
--pre-font-style: normal;
--pre-line-height: NaN%;
--pre-text-transform: none;
--pre-letter-spacing: 0px;
--button-font-family: Lato, sans-serif;
--button-font-size: 16px;
--button-font-weight: normal;
--button-font-style: normal;
--button-line-height: 120%;
--button-text-transform: none;
--button-letter-spacing: 0px;
--primary-button-border-radius: 6px;
--primary-button-border-style: solid;
--primary-button-border-width: 3px;
--primary-button-border-color: rgb(234,75,247);
--primary-button-color: rgb(255,255,255);
--primary-button-background: rgba(255, 255, 255, 0);
--primary-button-font-size: 16px;
--primary-button-font-weight: normal;
--primary-button-font-style: normal;
--primary-button-font-family: Lato, sans-serif;
--primary-button-line-height: 120%;
--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: #b8c4cb;
--secondary-button-color: rgb(246,236,247);
--secondary-button-background: #b8c4cb;
--secondary-button-font-size: 16px;
--secondary-button-font-weight: normal;
--secondary-button-font-style: normal;
--secondary-button-font-family: Lato, sans-serif;
--secondary-button-line-height: 120%;
--secondary-button-text-transform: none;
--secondary-button-letter-spacing: 0px;
--primary-button-hover-opacity: 100;
--primary-button-hover-shadow: none;
--primary-button-hover-color: rgb(255,255,255);
--primary-button-hover-background: rgb(167,14,205);
--primary-button-hover-border-color: rgba(0,0,0,0);
--secondary-button-hover-opacity: 100;
--secondary-button-hover-shadow: none;
--secondary-button-hover-color: rgb(255,255,255);
--secondary-button-hover-background: rgba(255, 255, 255, 0);
--secondary-button-hover-border-color: rgb(246,236,247);
 }