/*
Theme Name: Mind the Cam Interface
Theme URI: https://example.invalid/mind-the-cam
Author: Mind the Cam
Description: A minimal, full-screen presentation theme for the Mind the Cam case portal.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: mind-the-cam-theme
*/

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #ececf0;
}

.mtc-theme-fallback {
  max-width: 760px;
  margin: 12vh auto;
  padding: 2rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  background: #f7f7f8;
  border: 1px solid #858890;
}
