/*
Theme Name: WPR
Theme URI: https://www.wpr.org/
Author: Alley
Author URI: https://alley.com/
Description: The theme for https://www.wpr.org/
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: wpr
Tags: wpr
*/

/* Reset styles */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--wp--preset--color--black-almost);
  min-width: var(--wp--custom--site--min-width);
}

* {
  box-sizing: border-box;
}

pre {
  overflow: scroll;
}

/* Global styles */
.wp-site-blocks {
  background-color: var(--wp--preset--color--white);

  .site-footer {
    margin-block-start: 0;
  }
}
