/*
Theme Name: AG Blank Canvas
Theme URI: https://aglocks.co.uk/
Author: AG Locks
Description: A completely blank, full-width WordPress theme for websites using a custom global header plugin and page-level styling. It outputs no visible theme header, footer, navigation, page title, sidebar or content container.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ag-blank-canvas
*/

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  overflow-x: hidden;
}

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

#ag-blank-content {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Prevent WordPress alignment classes from being restricted by the theme. */
.alignfull,
.alignwide {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
