/*
Theme Name: 237HackFest
Theme URI: https://kamlewa.org/
Author: Kamlewa Technologies
Author URI: https://kamlewa.org/
Description: Elementor-ready custom theme for 237HackFest 2026.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: theme-237hackfest
*/

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

html {
  background: #000;
  color-scheme: dark;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid #9fef00;
  outline-offset: 3px;
}
