/*
Theme Name: Forbono
Theme URI:
Author: Forbono
Author URI:
Description: A minimal custom WordPress theme using Bootstrap 5 grid layout.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forbono
*/

/* CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
