/*
Theme Name: MT Security Pro LP
Theme URI: https://mt-recruit.com/
Author: MT Recruit
Author URI: https://mt-recruit.com/
Description: A professional landing page theme for MT Security recruitment.
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: landing-page, recruitment, responsive, tailwind, dark
Text Domain: mt-security-pro
*/

/* Base styles — detailed styles are handled inline in index.php */

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

html { scroll-behavior: smooth; }

body {
    background-color: #080808;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
