@font-face {
    font-family: 'Baloo2';
    src: url('fonts/Baloo2-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    horizontal-scale: 0.95;
}
@font-face {
    font-family: 'Baloo2';
    src: url('fonts/Baloo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    horizontal-scale: 0.95;
}
@font-face {
    font-family: 'Baloo2';
    src: url('fonts/Baloo2-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Baloo2';
    src: url('fonts/Baloo2-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}