/* @import url('http://example.com/example_style.css'); */
@font-face { 
  font-family: 'Exuberance Primary Bold'; 
  src: url('https://397601.fs1.hubspotusercontent-na1.net/hubfs/397601/webfonts/T-26%20-%20ExuberancePrimary%20Bold.ttf') format('truetype');
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Exuberance Primary Bold';
}
h1, h2 {
  color: #6eb9c9;
}
h3, h4, h5, h6 {
  color: #1B1549;
}
form, .form-title {
    background-color: background-color: hsl(190.55deg, 45.73%, 60.98% / 35%);
}