/*
Theme Name: SKN Transit Traveler
Theme URI: https://skntransit.com
Description: Custom WordPress theme to host the SKN Transit Traveler web app as a static build under /build.
Author: SKN Transit
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
Text Domain: skntransit-traveler
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.4);
  outline-offset: 2px;
  border-radius: 4px;
}

.ct-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
}
