/*=== FONT ===*/
	
	@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Pacifico&display=swap');

.overpass-normal {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
	*{
		font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #130FF9;
	}
h1, h2, h3, h4, h5, h6, .logo{
	font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

/*=== ICONS ===*/

	.material-symbols-outlined {
	  font-variation-settings:
	  'FILL' 0,
	  'wght' 400,
	  'GRAD' 0,
	  'opsz' 22
	}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


a{
	text-decoration: none;
}
li{
	list-style: none;
}


