/*
Theme Name: Football Pickoff Theme
Theme URI: https://example.com/
Author: Mike Price
Description: A private, full-screen companion theme for Football Pickoff. No blog layout, menus, sidebars, comments, or public content.
Version: 0.3.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: football-pickoff-theme
License: GPL-2.0-or-later
*/

html,
body {
    min-height: 100%;
    margin: 0;
    background: #07111f;
}

body {
    overflow-x: hidden;
}

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

.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;
}
