/*
Theme Name: Momentika Theme
Theme URI: https://momentika.com
Author: Ana Ivanc
Author URI: https://momentika.com
Description: Custom WordPress theme for Momentika with TypeScript and modern CSS support. Built for full creative control with HTML, CSS, and JavaScript/TypeScript.
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: momentika-theme
Tags: custom, typescript, modern, creative
*/

/*
 * This is the main stylesheet file.
 * The actual styles are compiled from src/css/ into assets/css/main.css
 * and loaded via functions.php
 */

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* You can add global styles here or use src/css/main.css for compiled styles */
