/*
 Theme Name:   Salient Child
 Author:       stef
 Template:     salient
 Version:      1.0.0
 Text Domain:  salient-child
*/


/*
-------------------------------------------------------------- */
.home-icons img,
.page-brief img,
.page-header img {
    height: 80px !important;
}

#banner-paragraph {
    font-size: 1.4em;
    line-height: 1.4em;
}

body {
    font-style: normal;
    display: block;
}

@font-face {
    font-family: 'Tengarine';
    src: url('fonts/Tengarine-Regular.woff2') format('woff2'),
        url('fonts/Tengarine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 .tengarine {
    font-family: 'Tengarine', sans-serif;
 }