* {
    font-family: 'Poppins', sans-serif;
    --bs-body-font-size: 14px;
    /* --bs-primary:#700e0e; */
}

body {
    position: relative;
}

html {
    scroll-behavior: smooth !important;
}

.container {
    max-width: 900px;
}

h1, h2, h3, h4, h5 {
    color: var(--bs-primary);
    text-transform: capitalize;
    /*    font-weight:500;*/
}

h1 {
    margin-top: 40px;
    font-size: 30px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid;
    border-bottom-width:thin;
}

h3 {
    margin-top: 40px;
    font-size: 16px;
}

h4 {
    margin-top: 20px;
    font-size: 14px;
}

.toc {
    margin-bottom: 30px;
}

.table {
    min-width: 600px;
}
.blockquote {
    margin:30px;
}
.blockquote p{
    font-size:var(--bs-body-font-size);
}