/**
ClashDisplay font
 */
@font-face {
    font-family: 'ClashDisplay Light';
    src:    url("../../assets/fonts/ClashDisplay/ClashDisplay-Light.woff") format('woff'),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Light.otf") format("opentype"),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Light.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 300;*/
}
@font-face {
    font-family: 'ClashDisplay Regular';
    src:    url("../../assets/fonts/ClashDisplay/ClashDisplay-Regular.woff") format('woff'),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Regular.otf") format("opentype"),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Regular.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 400;*/
}
@font-face {
    font-family: 'ClashDisplay Medium';
    src:    url("../../assets/fonts/ClashDisplay/ClashDisplay-Medium.woff") format('woff'),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Medium.otf") format("opentype"),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Medium.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 500;*/
}
@font-face {
    font-family: 'ClashDisplay SemiBold';
    src:    url("../../assets/fonts/ClashDisplay/ClashDisplay-SemiBold.woff") format('woff'),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-SemiBold.otf") format("opentype"),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-SemiBold.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 500;*/
}

@font-face {
    font-family: 'ClashDisplay Bold';
    src:    url("../../assets/fonts/ClashDisplay/ClashDisplay-Bold.woff") format('woff'),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Bold.otf") format("opentype"),
    url("../../assets/fonts/ClashDisplay/ClashDisplay-Bold.ttf") format('truetype');
    /*font-style: normal;
    font-weight: 600;*/
}
