@import url('https://fonts.googleapis.com/css2?family=Comfortaa:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=IBM+Plex Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
 :root { --page-background-color: linear-gradient(115.36deg, #c1b09e 0%, #fffcfa 100%);
--content-background-color: rgba(255, 255, 255, 0);
--text-color: #513d39;
--primary-color: #edebe2;
--secondary-color: #c1b09e;
--p-font-family: Comfortaa, cursive;
--p-font-size: 16px;
--p-font-weight: normal;
--p-font-style: normal;
--p-line-height: 120%;
--p-text-transform: none;
--p-letter-spacing: NaNpx;
--h1-font-family:  Playfair Display, serif;
--h1-font-size: 40px;
--h1-font-weight: undefined;
--h1-font-style: normal;
--h1-line-height: 100%;
--h1-text-transform: none;
--h1-letter-spacing: NaNpx;
--h2-font-family: IBM Plex Serif, serif;
--h2-font-size: 32px;
--h2-font-weight: undefined;
--h2-font-style: normal;
--h2-line-height: 100%;
--h2-text-transform: none;
--h2-letter-spacing: NaNpx;
--h3-font-family: IBM Plex Serif, serif;
--h3-font-size: 22px;
--h3-font-weight: normal;
--h3-font-style: normal;
--h3-line-height: 100%;
--h3-text-transform: none;
--h3-letter-spacing: NaNpx;
--h4-font-family: Comfortaa, cursive;
--h4-font-size: 18px;
--h4-font-weight: normal;
--h4-font-style: normal;
--h4-line-height: 100%;
--h4-text-transform: none;
--h4-letter-spacing: NaNpx;
--pre-font-family: Comfortaa, cursive;
--pre-font-size: NaNpx;
--pre-font-weight: normal;
--pre-font-style: normal;
--pre-line-height: NaN%;
--pre-text-transform: none;
--pre-letter-spacing: NaNpx;
--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;
--button-letter-spacing: NaNpx;
--primary-button-border-radius: 20px;
--primary-button-border-style: solid;
--primary-button-border-width: 1px;
--primary-button-border-color: #86665a;
--primary-button-color: #513d39;
--primary-button-background: #f4f3f0;
--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: NaNpx;
--secondary-button-border-radius: 20px;
--secondary-button-border-style: solid;
--secondary-button-border-width: 1px;
--secondary-button-border-color: #513d39;
--secondary-button-color: #eef1f2;
--secondary-button-background: rgba(134,102,90,0.51);
--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: NaNpx;
--primary-button-hover-opacity: #edebe2;
--primary-button-hover-shadow: #edebe2;
--primary-button-hover-color: #edebe2;
--primary-button-hover-background: #edebe2;
--primary-button-hover-border-color: #edebe2;
--secondary-button-hover-opacity: #c1b09e;
--secondary-button-hover-shadow: #c1b09e;
--secondary-button-hover-color: #c1b09e;
--secondary-button-hover-background: #c1b09e;
--secondary-button-hover-border-color: #c1b09e;
 }