/*
Theme Name: Blog Theme
Theme URI: https://www.trends2024.com/
Author: Your Name
Author URI: https://www.trends2024.com/
Description: A fully custom blogging theme built from scratch using Bootstrap, PHP, HTML, CSS, and JS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, bootstrap, responsive, blog
Text Domain: mycustomtheme
*/

/* Bootstrap + Your CSS */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

