/* 
    Handcoded by JAC - Johnny Alimoot C.
*/


@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'damion';
    src: url('../font/Damion.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'nunito';
    src: url('../font/Nunito-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'nunito';
    src: url('../font/Nunito-Bold.ttf');
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: 'nunito';
    src: url('../font/Nunito-Italic.ttf');
    font-style: italic;
    font-display: swap;
}

.ff-damion{
    font-family: 'nunito';
    /* font-weight: normal !important; because this is overwriting new edits! <NB> */
}

.fc-white{
    color: var(--textWhite);
}

.fc-primary{
    color: #1866ff;
}

/* .fc-secondary{
    color:  #324381;
    font-size: 20px;
    font-weight:400;
} */

.fw-normal{
    font-weight: normal !important;
}
.fw-bold{
    font-weight: bold !important;
}

.ta-center{
    text-align: center;
}

.ta-left{
    text-align: left;
}

.line-height-max{
    line-height: 2;
}