@font-face {
    font-family: 'Qanelas-Soft';
    src: url('./qanelas-soft-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Qanelas-Soft';
    src: url('./qanelas-soft-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Qanelas-Soft';
    src: url('./qanelas-soft-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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