/*
Theme Name: Neve Child
Template: neve
Version: 1.0
*/

@font-face {
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/fonts/carlito/carlito-normal-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/fonts/carlito/carlito-normal-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Carlito';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/fonts/carlito/carlito-italic-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Carlito';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/fonts/carlito/carlito-italic-700.woff2') format('woff2');
}

body, p, li, blockquote, h1, h2, h3, h4, h5, h6 {
    font-family: 'Carlito', sans-serif;
}

:root {
    --bodyfontfamily: 'Carlito', sans-serif;
}

blockquote {
    border-left: none !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    padding-left: 0 !important;
    text-align: left !important;
    width: fit-content !important;
    margin: 2rem auto !important;
}

.entry-content blockquote {
    font-size: 1rem !important;
}

.entry-content blockquote p {
    font-size: 1rem !important;
}

.entry-content p {
    text-align: justify;
}
blockquote.no-italic,
blockquote.no-italic p,
blockquote.no-italic span {
    font-style: normal !important;
}
/* Remove Copyright Row */
.footer-bottom-inner { 
    display: none !important;
}
