@import url('https://fonts.googleapis.com/css2?family=Iceberg&family=Indie+Flower&display=swap');

:root {
  --h1-font-family: "Iceberg", Helvetica;
  --h1-font-weight: 400;
  --h1-font-size: 36px;
  --h1-letter-spacing: 0px;
  --h1-line-height: normal;
  --h1-font-style: normal;
  --h2-font-family: "Iceberg", Helvetica;
  --h2-font-weight: 400;
  --h2-font-size: 32px;
  --h2-letter-spacing: 0px;
  --h2-line-height: normal;
  --h2-font-style: normal;
  --h3-font-family: "Iceberg", Helvetica;
  --h3-font-weight: 400;
  --h3-font-size: 24px;
  --h3-letter-spacing: 0px;
  --h3-line-height: normal;
  --h3-font-style: normal;
  --h4-font-family: "Iceberg", Helvetica;
  --h4-font-weight: 400;
  --h4-font-size: 20px;
  --h4-letter-spacing: 0px;
  --h4-line-height: normal;
  --h4-font-style: normal;
  --h5-font-family: "Iceberg", Helvetica;
  --h5-font-weight: 400;
  --h5-font-size: 16px;
  --h5-letter-spacing: 0px;
  --h5-line-height: normal;
  --h5-font-style: normal;
  --h0-font-family: "Indie Flower", Helvetica;
  --h0-font-weight: 400;
  --h0-font-size: 48px;
  --h0-letter-spacing: 2.4px;
  --h0-line-height: normal;
  --h0-font-style: normal;
  --home-primary-color-1: rgba(11, 11, 11, 1);
  --home-secondary-color-2: rgba(255, 255, 255, 1);
}
