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

/* Smooth transition from header/navy to page background in dark mode */
[data-theme="dark"] .hero,
[data-theme="dark"] .hero--product {
    background: radial-gradient(900px 500px at 50% 0%, 
        rgba(96,165,250,0.10), 
        rgba(0,0,0,0) 60%), 
     linear-gradient(to bottom, 
        rgba(15,29,51,0.75), 
        rgba(11,20,36,0.0) 55%);
}

[data-theme="dark"] .header {
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(231, 237, 247, 0.06);
}

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