/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 2.2.6
*/

/**
 * Custom Font Family: Cera Pro
 * ----------------------------------------------------------------------------
 * Defines all 12 variations of the Cera Pro font. This allows the browser
 * to select the appropriate font file based on the font-weight and font-style
 * properties used in the site's CSS.
 */

/*
 * Thin Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-thinitalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/*
 * Light Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-lightitalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/*
 * Regular Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-regularitalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/*
 * Medium Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-mediumitalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*
 * Bold Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-bolditalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/*
 * Black Weight
 */
@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('assets/fonts/Cera/cerapro-blackitalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}