/*
 Theme Name:   Halogenius Ideas
 Theme URI:    https://halogeniusideas.com/
 Description:  Custom theme for Halogenius Ideas with full-width Gutenberg support.
 Author:       Christian Chi Nwikpo
 Author URI:   https://halogeniusideas.com/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, one-column, two-columns, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:  halogenius-ideas
*/

/* --- Add Your Custom CSS Below This Line --- */

/* Example: Change the primary brand color */
:root {
  --hid-primary-accent: #ff6f00; /* A nice orange for Halogenius Ideas */
  --hid-secondary-accent: #4a4a4a;
}

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

ul {
  list-style-type: none;
}
