/* Dear Font  */
@font-face {
    font-family: 'dear';
    src: url('../fonts/dear_script/Dear\ Script.otf');
}
/* Dear Font  */
/* Degular Font */
@font-face {
    font-family: 'degularMed';
    src: url('../fonts/degular-font-family/DegularDemo-Medium.otf');
}
@font-face {
    font-family: 'degularReg';
    src: url('../fonts/degular-font-family/DegularDemo-Regular.otf');
}
@font-face {
    font-family: 'degularBold';
    src: url('../fonts/degular-font-family/DegularDemo-Bold.otf');
}
@font-face {
    font-family: 'degularSemi';
    src: url('../fonts/degular-font-family/DegularDemo-Semibold.otf');
}
/* Degular Font */