/*
Theme Name: Ibis Fernandez Portfolio
Theme URI: http://ibisfernandez.com
Author: Ibis Fernandez
Description: A minimalist, dark-mode portfolio theme using Tailwind and Alpine.js.
Version: 1.0
*/

/* 
   We are using Tailwind via CDN for this lightweight theme, 
   so we don't need heavy CSS here. 
*/
body {
    background-color: #0f0f0f;
    color: white;
}