/*
Theme Name: Antonio Portfolio
Theme URI: https://antonio.mitreski.com
Author: Antonio Mitreski
Author URI: https://antonio.mitreski.com
Description: A breathtaking portfolio theme featuring Three.js and GSAP animations.
Version: 1.0.0
Text Domain: antonio-portfolio
*/

/* Reset & Basic Styles handled in main.css or via Tailwind CDN for prototype */
body {
    margin: 0;
    padding: 0;
    background-color: #050505;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

