/* Changa-200 - ExtraLight */
@font-face {
    font-family: 'Changa';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Changa-ExtraLight.ttf");
}

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

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

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

/* Changa-700 - SemiBold */
@font-face {
    font-family: 'Changa';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Changa-SemiBold.ttf");
}

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

/* Changa-600 - ExtraBold */
@font-face {
    font-family: 'Changa';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Changa-ExtraBold.ttf");
}