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

div.CookieDeclaration,
div.CookieDeclaration p,
div.CookieDeclaration p[style],
div.CookieDeclaration .CookieDeclarationIntro,
div.CookieDeclaration table,
div.CookieDeclaration th,
div.CookieDeclaration td {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 20px !important;
  color: #5a493e !important;
  font-weight: 400 !important;
}

#renew-consent-link {
  font-family: 'League Spartan', sans-serif !important;
  font-size: 20px !important;
  color: #5a493e !important;
  font-weight: 500 !important;
  display: none !important;
}
}