/* @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    */
/*****************************************/

@import url("https://use.typekit.net/cdh6qyt.css");

:root {
    --ff-base: 'univia-pro', sans-serif; !important;
    --ff-accent: 'univia-pro', sans-serif; !important;
}

/**Link hover**/
a.link-hover:hover {
	color: #00adef;
}
a.link-hover{
	color: #000000;
}