@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: rgba(147,184,214,1);
--content-background-color: rgba(255,255,255,0.4);
--text-color: rgba(7,42,71,1);
--primary-color: rgba(11,105,183,1);
--secondary-color: rgba(19,10,57,1);
--p-font-family: Bitter, 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: 36px;
--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: 400;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: uppercase;
--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: 18px;
--h4-font-weight: bold;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--h4-letter-spacing: 0.08px;
--pre-font-family: Bitter, serif;
--pre-font-size: nullpx;
--pre-font-weight: bold;
--pre-font-style: normal;
--pre-line-height: null%;
--pre-text-transform: none;
--pre-letter-spacing: 0.08px;
--button-font-family: Bitter, serif;
--button-font-size: 16px;
--button-font-weight: normal;
--button-font-style: normal;
--button-line-height: 120%;
--button-text-transform: none;
--button-letter-spacing: 0.08px;
--primary-button-border-radius: 50px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: rgba(7,42,71,1);
--primary-button-color: rgba(147,184,214,1);
--primary-button-background: rgba(7,42,71,1);
--primary-button-font-size: 16px;
--primary-button-font-weight: bold;
--primary-button-font-style: normal;
--primary-button-font-family: Bitter, 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: rgba(7,42,71,1);
--secondary-button-color: rgba(7,42,71,1);
--secondary-button-background: rgba(19,10,57,1);
--secondary-button-font-size: 16px;
--secondary-button-font-weight: bold;
--secondary-button-font-style: normal;
--secondary-button-font-family: Bitter, serif;
--secondary-button-line-height: 120%;
--secondary-button-text-transform: normal;
--secondary-button-letter-spacing: 0.08px;
 }