@font-face {
    font-family: "DanoneOne";
    src: url('./fonts/DanoneOne-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DanoneOne";
    src: url('./fonts/DanoneOne-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "DanoneOne";
    src: url('./fonts/DanoneOne-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DanoneOne';
    src: url('./fonts/DanoneOne-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}