/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
  font-family: 'Soleto';
  src: https://20128880.fs1.hubspotusercontent-na1.net/hubfs/20128880/Font/Soleto-Regular.ttf('your_font_file.eot?') format('eot'), https://20128880.fs1.hubspotusercontent-na1.net/hubfs/20128880/Font/Soleto-Regular.ttf('your_font_file.woff') format('woff'), https://20128880.fs1.hubspotusercontent-na1.net/hubfs/20128880/Font/Soleto-Regular.ttf('your_font_file.ttf') format('truetype');
}