@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: rgba(17,19,55,1);
--content-background-color: rgba(239,240,248,0.1);
--text-color: rgba(255,255,255,1);
--primary-color: #eb3573;
--secondary-color: rgba(223,61,79,1);
--p-font-family: PT Sans, sans-serif;
--p-font-size: 16px;
--p-font-weight: normal;
--p-line-height: 140%;
--p-letter-spacing: 0.08px;
--p-font-style: normal;
--p-text-transform: none;
--h1-font-family: PT Sans, sans-serif;
--h1-font-size: 36px;
--h1-font-weight: bold;
--h1-line-height: 120%;
--h1-letter-spacing: 0.08px;
--h1-font-style: normal;
--h1-text-transform: none;
--h2-font-family: PT Sans, sans-serif;
--h2-font-size: 28px;
--h2-font-weight: bold;
--h2-line-height: 120%;
--h2-letter-spacing: 0.08px;
--h2-font-style: normal;
--h2-text-transform: none;
--h3-font-family: PT Sans, sans-serif;
--h3-font-size: 22px;
--h3-font-weight: bold;
--h3-line-height: 120%;
--h3-letter-spacing: 0.08px;
--h3-font-style: normal;
--h3-text-transform: none;
--h4-font-family: PT Sans, sans-serif;
--h4-font-size: 18px;
--h4-font-weight: bold;
--h4-line-height: 120%;
--h4-letter-spacing: 0.08px;
--h4-font-style: normal;
--h4-text-transform: none;
--button-font-family: PT Sans, sans-serif;
--button-font-size: 16px;
--button-font-weight: bold;
--button-line-height: 120%;
--button-letter-spacing: 0.08px;
--button-font-style: normal;
--button-text-transform: none;
--pre-font-family: PT Sans, sans-serif;
--pre-font-size: undefined;
--pre-font-weight: bold;
--pre-line-height: undefined;
--pre-letter-spacing: 0.08px;
--pre-font-style: normal;
--pre-text-transform: none;
--primary-button-border-radius: 0;
--primary-button-border-style: solid;
--primary-button-border-width: 2px;
--primary-button-border-color: rgba(255, 255, 255, 0);
--primary-button-color: rgb(255,255,255);
--primary-button-background: #eb3573;
--primary-button-font-size: 16px;
--primary-button-font-weight: bold;
--primary-button-font-style: normal;
--primary-button-font-family: PT Sans, sans-serif;
--primary-button-line-height: 120%;
--primary-button-text-transform: none;
--primary-button-letter-spacing: 0.08px;
--secondary-button-border-radius: 0;
--secondary-button-border-style: solid;
--secondary-button-border-width: 2px;
--secondary-button-border-color: #eb3573;
--secondary-button-color: #eb3573;
--secondary-button-background: rgba(255, 255, 255, 0);
--secondary-button-font-size: 16px;
--secondary-button-font-weight: bold;
--secondary-button-font-style: normal;
--secondary-button-font-family: PT Sans, sans-serif;
--secondary-button-line-height: 120%;
--secondary-button-text-transform: none;
--secondary-button-letter-spacing: 0.08px;
--primary-button-hover-opacity: 80;
--primary-button-hover-shadow: none;
--primary-button-hover-color: rgb(255,255,255);
--primary-button-hover-background: #eb3573;
--primary-button-hover-border-color: rgba(255, 255, 255, 0);
--secondary-button-hover-opacity: 80;
--secondary-button-hover-shadow: none;
--secondary-button-hover-color: #eb3573;
--secondary-button-hover-background: rgba(255, 255, 255, 0);
--secondary-button-hover-border-color: #eb3573;
 }