/*
Theme Name: Georgetown CCF 2024
Theme URI: https://alley.com/
Author: Alley
Author URI: https://alley.com/
Description: A block-based theme for Create Wordpress Project.
Version: 1.0
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: georgetown-ccf-2024
*/

/* Reset styles */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

@media print {
  @page {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6cm;
  }

  @page :first {
    margin-bottom: 1.6cm;
    margin-top: 0;
  }
}
