/* Main tittle fonts*/
@font-face {
    font-family: 'Main';
    src: url('../fonts/Josefin_Sans/static/JosefinSans-Light.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Main';
    src: url('../fonts/Josefin_Sans/static/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Main';
    src: url('../fonts/Josefin_Sans/static/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 600;
}

/* Description fonts */
@font-face {
    font-family: 'Second';
    src: url('../fonts/Edu_NSW_ACT_Foundation/static/EduNSWACTFoundation-Regular.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Second';
    src: url('../fonts/Edu_NSW_ACT_Foundation/static/EduNSWACTFoundation-Medium.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Second';
    src: url('../fonts/Edu_NSW_ACT_Foundation/static/EduNSWACTFoundation-Bold.ttf') format('truetype');
    font-weight: 600;
}