*{
    font-family: 'Source Sans Pro', sans-serif, Courier, monospace;
}

.text-justify{
    text-align: justify;
}
.text-indent-5{
    text-indent: 5%;
}

.bg-custom-primary{
    background-color: #333;
}
.bg-custom-secondary{
    background-color: #facf0f;
}
.bg-custom-skill{
    background-color: #e6e6e6;
}
.text-custom-primary{
    color: #333;
}
.text-custom-secondary{
    color: #facf0f;
}

.font-nunito{
    font-family: nunito, 'Courier New', Courier, monospace;
}

.font-size-10 {
    font-size: 10px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-40 {
    font-size: 40px;
}
.font-size-60 {
    font-size: 60px;
}

.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;
}