/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'montserrat';
    font-size: 16px;
    line-height: 1.5;
}



h2 {
    font-size: 40px;
    margin-bottom: 7px;
    font-family: 'cinzel',sans-serif;
    font-weight: 600;
    color: #8D141A;
}

h3 {
    margin-bottom: 10px;
    font-family: 'cinzel',sans-serif;
    font-weight: 800;
    color: #8D141A;
    line-height: 20px;
}

a {
    font-family: 'montserrat';
}

p{
    font-family: 'Montserrat' !important;
}
/* Adicione estilos adicionais conforme necessário */
