
:root{
    --bs-body-font-family: 'Montserrat', sans-serif;
    --bs-headline-font-family: 'Lora', serif;
    --bs-display-font-family: 'Lora', serif;
    --bc-default-margin-bottom: 24px;

    --bs-body-font-size:0.938rem;
} 

.font-satachi{
    font-family: var(--bs-display-font-family);
}

.display-1, .display-2, .display-3, .display-4{
    font-family: var(--bs-display-font-family);
    font-weight: 400;
}

.font-roboto-slab,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: var(--bs-headline-font-family);
}

p, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    margin-bottom: var(--bc-default-margin-bottom);
}

small, .small{
    font-size: 11px;
    letter-spacing:1px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    display: inline-block;
}

.lead{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 160% */
}

.h1,h1{
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.display-1{
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.h2,h2{
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.display-2{
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.h3,h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.display-3{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.h4,h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.display-4{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.h5,h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.display-5{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.h6,h6{
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing:1px;
}
.h6.sm,h6.sm{
    font-size: 10px;
    letter-spacing:1.1px;
}

.font-weight-100{
    font-weight: 100;
}
.font-weight-200{
    font-weight: 200;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}
.font-weight-900{
    font-weight: 900;
}