/*
Theme Name: Magnatech Modern
Theme URI: https://www.magnatechonline.com
Author: Magnatech Business Systems
Author URI: https://www.magnatechonline.com
Description: Modern, slider-free enterprise theme for Magnatech Business Systems.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnatech
*/

/* Resets & Base Styles */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #334155;
  background-color: #ffffff;
  line-height: 1.6;
}

a {
  color: #0284c7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}