/*
Theme Name: Winna
Author: Dev Team
Description: Custom WP + ACF theme (original implementation) for CA EN landing.
Version: 1.0.0
Text Domain: winna
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #061018;
  color: #eaf2ff;
}

a {
    color: rgb(34 157 225);
    text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #3aa7ff;
  outline-offset: 2px;
}