/* Comfortaa Font*/

/* Bold */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa/Comfortaa-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

/* Semibold */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa/Comfortaa-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa/Comfortaa-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa/Comfortaa-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa/Comfortaa-Light.ttf);
    font-weight: 300;
    font-style: normal;
}