@charset "utf-8";


@font-face {
    font-family: 'Fredoka One Regular';
    src: url('font/FredokaOne-Regular.woff2') format('woff2'),
        url('font/FredokaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded MediumItalic';
    src: url('font/GothamRounded-MediumItalic.woff2') format('woff2'),
        url('font/GothamRounded-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Medium';
    src: url('font/GothamRounded-Medium.woff2') format('woff2'),
        url('font/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('font/GothamRounded-Bold.woff2') format('woff2'),
        url('font/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('font/GothamRounded-Book.woff2') format('woff2'),
        url('font/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park Light';
    src: url('font/KulimPark-Light.woff2') format('woff2'),
        url('font/KulimPark-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park Bold';
    src: url('font/KulimPark-Bold.woff2') format('woff2'),
        url('font/KulimPark-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park ExtraLight';
    src: url('font/KulimPark-ExtraLight.woff2') format('woff2'),
        url('font/KulimPark-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park Italic';
    src: url('font/KulimPark-Italic.woff2') format('woff2'),
        url('font/KulimPark-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park SemiBoldItalic';
    src: url('font/KulimPark-SemiBoldItalic.woff2') format('woff2'),
        url('font/KulimPark-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park SemiBold';
    src: url('font/KulimPark-SemiBold.woff2') format('woff2'),
        url('font/KulimPark-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park LightItalic';
    src: url('font/KulimPark-LightItalic.woff2') format('woff2'),
        url('font/KulimPark-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kulim Park Regular';
    src: url('font/KulimPark-Regular.woff2') format('woff2'),
        url('font/KulimPark-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand Bold';
    src: url('font/Quicksand-Bold.woff2') format('woff2'),
        url('font/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand Medium';
    src: url('font/Quicksand-Medium.woff2') format('woff2'),
        url('font/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand Regular';
    src: url('font/Quicksand-Regular.woff2') format('woff2'),
        url('font/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.e_fredoka {font-family: 'Fredoka One Regular';}
.e_quick_r {font-family: 'Quicksand Regular';}
.e_quick_m {font-family: 'Quicksand Medium';}
.e_quick_b {font-family: 'Quicksand Bold';}
.e_kulimp_r {font-family: 'Kulim Park Regular';}
.e_kulimp_li {font-family: 'Kulim Park LightItalic';}
.e_kulimp_sb {font-family: 'Kulim Park SemiBold';}
.e_kulimp_sbi {font-family: 'Kulim Park SemiBoldItalic';}
.e_kulimp_i {font-family: 'Kulim Park Italic';}
.e_kulimp_xl {font-family: 'Kulim Park ExtraLight';}
.e_kulimp_l {font-family: 'Kulim Park Light';}
.e_kulimp_b {font-family: 'Kulim Park Bold';}
.e_gotham_r {font-family: 'Gotham Rounded Book';}
.e_gotham_b {font-family: 'Gotham Rounded Bold';}
.e_gotham_m {font-family: 'Gotham Rounded Medium';}
.e_gotham_mi {font-family: 'Gotham Rounded MediumItalic';}














