/*
Theme Name: MOT Testing Guide Shell
Theme URI: https://testing-guide.motjuice.co.uk/
Author: MOT Juice
Description: Ultra-lightweight full-page WordPress theme designed for the MOT Testing Guide Builder plugin.
Version: 0.1.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: mot-testing-guide-shell
*/

:root {
  --mtg-shell-bg: #f4f4f4;
  --mtg-shell-text: #555;
}

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

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--mtg-shell-bg);
  color: var(--mtg-shell-text);
  font-family: Arial, sans-serif;
}

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

a {
  color: inherit;
}

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