@import url('https://fonts.googleapis.com/css2?family=Comfortaa:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Balsamiq+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: rgba(255, 255, 255, 0);
--content-background-color: rgba(255, 255, 255, 0);
--text-color: rgba(16,0,35,1);
--primary-color: rgba(237,85,85,1);
--secondary-color: rgba(255,199,185,1);
--p-font-family: Comfortaa, cursive;
--p-font-size: 20px;
--p-font-weight: 300;
--p-font-style: normal;
--p-line-height: 140%;
--p-text-transform: none;
--h1-font-family: Balsamiq Sans, cursive;
--h1-font-size: 28px;
--h1-font-weight: normal;
--h1-font-style: normal;
--h1-line-height: 120%;
--h1-text-transform: uppercase;
--h2-font-family: Balsamiq Sans, cursive;
--h2-font-size: 28px;
--h2-font-weight: normal;
--h2-font-style: normal;
--h2-line-height: 120%;
--h2-text-transform: none;
--h3-font-family: Balsamiq Sans, cursive;
--h3-font-size: 22px;
--h3-font-weight: normal;
--h3-font-style: normal;
--h3-line-height: 120%;
--h3-text-transform: none;
--h4-font-family: Balsamiq Sans, cursive;
--h4-font-size: 18px;
--h4-font-weight: normal;
--h4-font-style: normal;
--h4-line-height: 120%;
--h4-text-transform: none;
--pre-font-family: Comfortaa, cursive;
--pre-font-size: nullpx;
--pre-font-weight: normal;
--pre-font-style: normal;
--pre-line-height: null%;
--pre-text-transform: none;
--button-font-family: Comfortaa, cursive;
--button-font-size: 16px;
--button-font-weight: normal;
--button-font-style: normal;
--button-line-height: 140%;
--button-text-transform: none;
--primary-button-border-radius: 50px;
--primary-button-border-style: solid;
--primary-button-border-width: 0px;
--primary-button-border-color: rgba(237,85,85,1);
--primary-button-color: rgb(255,255,255);
--primary-button-background: #ea573d;
--primary-button-font-size: 16px;
--primary-button-font-weight: normal;
--primary-button-font-style: normal;
--primary-button-font-family: Comfortaa, cursive;
--primary-button-line-height: 140%;
--primary-button-text-transform: none;
--primary-button-letter-spacing: rgba(237,85,85,1);
--secondary-button-border-radius: 50px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 0px;
--secondary-button-border-color: rgba(237,85,85,1);
--secondary-button-color: #FFFFFF;
--secondary-button-background: rgba(255,199,185,1);
--secondary-button-font-size: 16px;
--secondary-button-font-weight: normal;
--secondary-button-font-style: normal;
--secondary-button-font-family: Comfortaa, cursive;
--secondary-button-line-height: 140%;
--secondary-button-text-transform: none;
--secondary-button-letter-spacing: 0px;
--primary-button-hover-opacity: rgba(237,85,85,1);
--primary-button-hover-shadow: rgba(237,85,85,1);
--primary-button-hover-color: rgba(237,85,85,1);
--primary-button-hover-background: rgba(237,85,85,1);
--primary-button-hover-border-color: rgba(237,85,85,1);
--secondary-button-hover-opacity: 80;
--secondary-button-hover-shadow: none;
--secondary-button-hover-color: #FFFFFF;
--secondary-button-hover-background: rgba(255,199,185,1);
--secondary-button-hover-border-color: rgba(237,85,85,1);
 }