/*
Copyright 2009-2021 by Adfore Technologies Ltd.
*/

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap');

/*font-family: 'Baloo 2', cursive; font-family: 'Roboto', sans-serif;*/

html, body {
    font-family: Roboto, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Baloo 2', cursive;
}

a {
    color: #bf3f61;
}

a:hover {
    color: #ea6160;
}

#headerText {
    font-family: 'Baloo 2', cursive;
    text-shadow: none;
    color: #ea6160;
    font-weight: 800;
    font-size: 3.5rem;
    letter-spacing: normal;
    text-transform: none;
}  

.gravitoCMP-switch-label { 
  margin: 0; 
}
