@font-face {
    font-family: 'DomiCDS';
    src: url('domi-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DomiCDS';
    src: url('domi-regularit.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DomiCDS';
    src: url('domi-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DomiCDS';
    src: url('domi-boldit.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DomiCDS';
    src: url('domi-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DomiCDS';
    src: url('domi-lightit.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}