/*
Theme Name: IJFM Theme
Author: David Joseph
Description: A custom theme for the IJFM Site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ijfm-theme
*/

/* --- CSS Reset --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --- Global Styles --- */
html,
body {
  font-family: "Inter", Arial, sans-serif;
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
  min-height: 100%;
}
