/*
Theme Name: APD Krezine
Theme URI: https://localhost/wordpress
Author: Codex
Description: Minimal Elementor-friendly theme for the APD homepage build.
Version: 1.0.0
Text Domain: apd-krezine
*/

:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #f8f7ff;
  background: #09031b;
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  color: inherit;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
