@charset "UTF-8";


@font-face {
   font-family: KoHoMedium;
   src: url(../fonts/KoHo/koho-medium.ttf);
}
@font-face {
   font-family: KoHoRegular;
   src: url(../fonts/KoHo/koho-regular.ttf);
}


@font-face {
   font-family: promptMedium;
   src: url(../fonts/Prompt/prompt-medium.ttf);
}
@font-face {
   font-family: promptRegular;
   src: url(../fonts/Prompt/prompt-regular.ttf);
}


.arial-rounded,.arial-rounded * {
    font-family: promptMedium;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    
}