@font-face {
    font-family: 'Inter';
    src: url('https://www.parqet.com/_nuxt/fonts/Inter-400-latin7.ee5ad98.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

#fullArticle p {
    font-size: 16px;
    line-height: 1.6;
}

.navbar .brand {
    padding-top: 8px;
    padding-bottom: 8px;
}

.brand img {
    max-height: 35px;
    width: auto;
}

.contentWrapper{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem; /* 8px */
}

#main-content{
    background: none;
}