/*
Theme Name: Dojo Law School
Theme URI: https://dojolawschool.com
Author: Dojo Law School
Description: Custom theme for the Dojo Law School network hub that showcases current and upcoming rule-based study apps.
Version: 1.0.2
Text Domain: dojolawschool
*/

:root {
  --dojo-slate: #0f172a;
  --dojo-navy: #0a1a3a;
  --dojo-cyan: #38bdf8;
  --dojo-amber: #fbbf24;
  --dojo-sand: #f8fafc;
  --dojo-muted: #94a3b8;
  --dojo-radius: 1.25rem;
  --dojo-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35);
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--dojo-sand);
  color: var(--dojo-slate);
  line-height: 1.6;
}

a {
  color: var(--dojo-cyan);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--dojo-amber);
}

img {
  max-width: 100%;
  display: block;
}

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