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

/* Proxima Nova Font Installation */
@import url("https://use.typekit.net/kei5qud.css");
:root {
    --ff-base: proxima-nova, sans-serif !important;
    --ff-accent: proxima-nova, sans-serif !important;
}

.prev-next-nav {
  background:"",scheme:"dark";
}