/* 
 * WitDatabase - Site-specific styles
 * Add your custom styles here
 */

@import url('theme.css');

@import url('/_content/OutWit.Web.Framework/css/framework.css');

/* Add your custom styles below */
[data-theme="dark"] .hero,
[data-theme="dark"] .hero--product {
    background: radial-gradient(900px 500px at 50% 0%, rgba(251, 191, 36, 0.08), rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgba(26, 24, 22, 0.75), rgba(20, 18, 16, 0.0) 55%);
}

.footer__copyright {
    white-space: pre-line;
}