/**
 * Theme Name:     innerjourney
 * Author:         Leni
 * Template:       lovecraft-wpcom
 * Text Domain:	   innerjourney
 * Description:    Lovecraft child theme
 */

/*
    FONTS
 */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Oswald:wght@200..700&display=swap');


/*
    TYPE
 */
body, .widget, .entry-content{
    font-family: "IBM Plex Mono", monospace;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}






/*
    PAGE HEAD
 */
.site-title{
    font-size: 3rem;
}
.header-image.bg-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 650px;

    img{
        display: none;
    }

    h1{
        color: #fff;
        text-shadow: 0 2px 2px rgba(0,0,0,0.25);
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: -2px;
        font-size: 4rem;

        a{
            color: #fff;
        }
    }

    .site-description{
        font-family: "IBM Plex Mono", monospace;
        font-size: 1.5rem;
        color: #fff;
        font-style: normal;
    }
}



/*
    POST METAS
 */
.single .byline{display: none;}




/*
    SIDE BAR
 */
#secondary .widget_search{
    display: none;
}



/*
    COMMENTS
 */
#comments{
    display: none;
}