/* Baloo 2 - Regular 400 */
@font-face {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Baloo 2'), url("./Baloo2-Regular.ttf") format("truetype");
}

/* Baloo 2 - Bold 700 */
@font-face {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Baloo 2'), url("./Baloo2-Bold.ttf") format("truetype");
}

/* Open Sans - Regular 400 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans'), url("./OpenSans-Regular.ttf") format("truetype");
}

/* Open Sans - Bold 700 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans'), url("./OpenSans-Bold.ttf") format("truetype");
}