:root {
	
	/* #ff6b61 in decimal RGB */
  --base-color-1: #FF7425;
  --base-color-2: #FFE43B;
  --base-color-3: #7486E5;
  --base-color-4: #63DAD9;
  --base-color-5: #14A3EB;
  --base-color-6: #43d4d2;
  --base-color-7: #7489f7;
  

  /* Fonts */
  --heading-1: 'century_gothicregular';
  --heading-2: 'century_gothicregular';
  --heading-3: 'century_gothicregular';
  --heading-4: 'century_gothicregular';
  --heading-bold:'century_gothicbold';
  --body-font: 'century_gothicregular';  
	--transition: 500ms all ease;
  --base-color: #ffc801;
  

  /* Fonts */
  --heading: 'century_gothicregular';
  --body-font: 'century_gothicregular';  
  --transition: 500ms all ease;


}


@font-face {
  font-family: 'century_gothicregular';
  src: url('../fonts/gothic-webfont.woff2') format('woff2'),
       url('../fonts/gothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'century_gothicbold';
  src: url('../fonts/gothicb-webfont.woff2') format('woff2'),
       url('../fonts/gothicb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;

}