/*
Theme Name: NOIC Theme
Theme URI: https://andrekoga.com/noic/
Description: A custom child theme based on Twenty Twenty-Four
Author: Andre Koga
Author URI: https://andrekoga.com/
Template: twentytwentyfour
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: noic-theme
Tags: child-theme, custom, twentytwentyfour
*/

/* Import parent theme styles */
@import url("../twentytwentyfour/style.css");

/* Custom styles for NOIC Theme */
/* Add your custom CSS here */

/* Example: Custom primary color */
/*
:root {
    --wp--preset--color--primary: #your-custom-color;
}
*/

/* Example: Custom typography */
/*
body {
    font-family: 'Your Custom Font', sans-serif;
}
*/
