/* ----------------------------------------------------------------------------
 *  Copyright (c) 2024 - 2025 Kalisa Technology Limited. All rights reserved.
 *  Unauthorised copying, modification, use, or distribution of this software,
 *  in source or binary form, is strictly prohibited.
 * ---------------------------------------------------------------------------- */

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/Cera Pro Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/Cera Pro Black Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

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

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

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/Cera Pro Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/Cera Pro Regular Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}