@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

:root {
    --vp-font-family-default: Arial, sans-serif;
	--vp-font-family-headline: 'Exo 2', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;  
} 
img{border:0;}
a:link {
  color: #0075A3;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #5999d9;
  background-color: transparent;
  text-decoration: none;
}
h1 {
  font-weight: bolder;
  color: #E85E43;
}
h2 {
  color: #E88045;
}
h3 {
  color: #480E00;
}
h4 {
  color: #480E00;
}
h5 {
  color: #480E00;
}
h6 {
  color: #480E00;
}
p {
  color: #480E00;
}
#freshwidget-button {
	class : "freshwidget-button fd-btn-right";
  	style: "display: none; bottom: 150px;";
}