/* light */
@font-face {
    font-family: 'Dunant';
    font-style: normal;
    font-weight: 300;
    src: url('./Dunant-Light.woff') format('woff');
}

/* regular */
@font-face {
    font-family: 'Dunant';
    font-style: normal;
    font-weight: 400;
    src: url('./Dunant-Regular.woff') format('woff');
}

/* medium */
@font-face {
    font-family: 'Dunant';
    font-style: normal;
    font-weight: 500;
    src: url('./Dunant-Medium.woff') format('woff');
}

/* bold */
@font-face {
    font-family: 'Dunant';
    font-style: normal;
    font-weight: 700;
    src: url('./Dunant-Bold.woff') format('woff');
}
