/* fonts/fonts.css - Defines font faces for Neue Plak and Neulis Sans */

/* Neue Plak */
@font-face {
    font-family: 'Neue Plak';
    src: url('Neue_Plak_Regular.ttf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Plak';
    src: url('Neue_Plak_SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Plak';
    src: url('Neue_Plak_Bold.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Plak';
    src: url('Neue_Plak_Light.ttf') format('opentype');
    font-weight: 300;
}


/* Begum */
@font-face {
    font-family: 'Begum';
    src: url('iCielBegum.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Begum';
    src: url('iCielBegum-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Begum';
    src: url('iCielBegum-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Begum';
    src: url('iCielBegum-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Begum';
    src: url('iCielBegum-Light.otf') format('opentype');
    font-weight: 300;
}



