/*
Theme Name: Moolo Portfolio Theme
Theme URI: https://moolo.com
Author: Moolo
Author URI: https://moolo.com
Description: A minimal companion theme for the Moolo Custom Portfolio plugin. Provides a blank canvas with a custom header and footer.
Version: 1.0.0
Text Domain: moolo-theme
*/

/* Core resets for the theme canvas */
body, html {
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

#page {
    overflow: hidden;
}
