/*
Theme Name: Nibtab AI Theme menu final
Theme URI: https://outburst.ai/theme
Author: Outburst
Author URI: http://outburst.ai
Description: Use this simple templaete for content generation
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, blog
Text Domain: NibtabTheme
*/

    /* Heading elements styles */
    h1, h2, h3, h4, h5, h6 {
        font-family: serif;
        color: black;
        margin-top: 0.67em;  /* Approximate browser defaults */
        margin-bottom: 0.67em;  /* Approximate browser defaults */
    }

    h1 {
        font-size: 2em; /* browser default */
    }

    h2 {
        font-size: 1.5em; /* browser default */
    }

    h3 {
        font-size: 1.17em; /* browser default */
    }

    h4 {
        font-size: 1em; /* browser default */
    }

    h5 {
        font-size: 0.83em; /* browser default */
    }

    h6 {
        font-size: 0.67em; /* browser default */
    }

    /* List styles: explicitly set to default browser styles */
     ul, ol ,li{
        margin-left: 0; /* Common browser default */
        padding-left: 0; /* Remove padding */
}
li{
    margin: 6px 0;
}

    /* Paragraph styles: use browser defaults */
    p {
        font-family: serif;
        font-size: 1em; /* Default size */
        line-height: 1.15; /* Approximate default line height */
        color: black;
        margin-top: 0em; /* Default setting */
        margin-bottom: 1em; /* Default setting */
    }


