:root {
  --color_0: #551b33;
  --color_1: #961543;
  --color_2: #ffedef;
  --color_3: #fdd6df;
  --color_4: #FFFFFF;
  --color_5: #b28c95;
  --theme-color-primary-bg: #FFFFFF;
  --theme-color-secondary-bg: #fdd6df;
  --theme-color-divider: #ffedef;
  --theme-color-title: #551b33;
  --theme-color-subtitle: #b28c95;
  --theme-color-primary-text: #551b33;
  --theme-color-secondary-text: #b28c95;
  --theme-color-link: #b28c95;
  --theme-color-primary-button-fill: #551b33;
  --theme-color-primary-button-border: #551b33;
  --theme-color-primary-button-text: #FFFFFF;
  --theme-color-secondary-button-fill: #ffedef;
  --theme-color-secondary-button-border: #551b33;
  --theme-color-secondary-button-text: #551b33;
}

.theme-dark {
  --color_0: #341D59;
  --color_1: #3E1596;
  --color_2: #E5E3FF;
  --color_3: #F3F3FF;
  --color_4: #FFFFFF;
  --color_5: #6F72AF;
  --theme-color-primary-bg: #15161A;
  --theme-color-secondary-bg: #0C0D12;
  --theme-color-divider: #1B1B1B;
  --theme-color-title: #F6F5F6;
  --theme-color-subtitle: #A0A0A0;
  --theme-color-primary-text: #F6F5F6;
  --theme-color-secondary-text: #A0A0A0;
  --theme-color-link: #2F7DF9;
  --theme-color-primary-button-fill: #0D0E12;
  --theme-color-primary-button-border: #0D0E12;
  --theme-color-primary-button-text: #F6F5F6;
  --theme-color-secondary-button-fill: #181B1F;
  --theme-color-secondary-button-border: #181B1F;
  --theme-color-secondary-button-text: #F6F5F6;
}

@font-face {
  font-family: 'Poppins Regular';
  src: url('https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf') format('truetype');
  font-weight: regular;
  font-style: regular;
}

.heading_1 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 56px;
}

.heading_2 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 48px;
}

.heading_3 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 40px;
}

.heading_4 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 32px;
}

.heading_5 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 28px;
}

.heading_6 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 24px;
}

.heading_7 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 20px;
}

.heading_8 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 18px;
}

.heading_9 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 16px;
}

.heading_10 {
  font-style: normal;
  font-weight: 600;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 14px;
}

.paragraph_1 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 20px;
}

.paragraph_2 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 18px;
}

.paragraph_3 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 16px;
}

.paragraph_4 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 14px;
}

.paragraph_5 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 12px;
}

.paragraph_6 {
  font-style: normal;
  font-weight: 400;
  font-family: 'Poppins Regular', sans-serif;
  font-size: 10px;
}

