@font-face {
    font-family: LeagueSpartan;
    src: url(../fonts/League_Spartan/static/LeagueSpartan-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: LeagueSpartan;
    src: url(../fonts/League_Spartan/static/LeagueSpartan-Bold.ttf);
    font-weight: weight;
}
@font-face {
    font-family: LeagueSpartan;
    src: url(../fonts/League_Spartan/static/LeagueSpartan-ExtraBold.ttf);
    font-weight: 1000;
}
@font-face {
    font-family: LeagueSpartan;
    src: url(../fonts/League_Spartan/static/LeagueSpartan-Black.ttf);
    font-weight: 1100;
}


@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/static/Quicksand-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/static/Quicksand-Bold.ttf);
    font-weight: bold;
}


:root {
    --primary-light: #f4eef6;
    --primary-dark: #141414;
    --details-light: #933dc9;
    --details-dark: #53118f;
    --header-dark: #000000;
    --header-light: #fbfaee;
    --text-dark: #242424;
    --text-light: #fbfaee;
    --footer-bg: #1e1b1e;
    --nav-srollable-bg: #141414db;
}

article {
    position: relative;
    display: flex;
    flex-direction: column;
}

#about_us_content {
    font-family: Quicksand;
    font-weight: normal;
    font-size: 1.2em;
    padding: 20px 0;
    line-height: 1.7em;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--primary-light);
}
#about_us_content .col-lg, #about_us_content .col-lg-auto {
    padding: 30px;
    margin: auto;
    justify-content: center;
    align-items: center;
}
#about_us_content img {
    display: block;
    margin: auto;
    width: 500px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
}