@charset "utf-8";

/* FONTS */
@font-face {
    font-family: 'Baloo Thambi 2';
    src: url('font/BalooThambi2-Regular.woff2') format('woff2'),
        url('font/BalooThambi2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo Thambi 2';
    src: url('font/BalooThambi2-Bold.woff2') format('woff2'),
        url('font/BalooThambi2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/Ubuntu-Bold.woff2') format('woff2'),
        url('font/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* CLASSES */
.e_baloo { font-family: "Baloo Thambi 2"; font-weight: normal; font-style: normal; }
.e_baloo_bold { font-family: "Baloo Thambi 2"; font-weight: bold; font-style: normal; }
.e_ubuntu_bold { font-family: "Ubuntu"; font-weight: bold; font-style: normal; }
