/*
Theme Name: Theme One by RootPixel
Theme URI: https://jelenadepope.com
Author: RootPixel
Author URI: https://rootpixel.design/
Description: Theme for the website https://jelenadepope.com
Requires at least: 6.0.0
Tested up to: 6.7.x
Requires PHP: 8.2
Text Domain: rootpixel
*/

@font-face {
    font-family: 'Inter';
    src: url('./static_resources/fonts/Inter-Light.eot');
    src: url('./static_resources/fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('./static_resources/fonts/Inter-Light.woff2') format('woff2'),
        url('./static_resources/fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gentium Book Plus';
    src: url('./static_resources/fonts/GentiumBookPlus-Bold.eot');
    src: url('./static_resources/fonts/GentiumBookPlus-Bold.eot?#iefix') format('embedded-opentype'),
        url('./static_resources/fonts/GentiumBookPlus-Bold.woff2') format('woff2'),
        url('./static_resources/fonts/GentiumBookPlus-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./static_resources/fonts/Inter-Regular.eot');
    src: url('./static_resources/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('./static_resources/fonts/Inter-Regular.woff2') format('woff2'),
        url('./static_resources/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gentium Book Plus';
    src: url('./static_resources/fonts/GentiumBookPlus.eot');
    src: url('./static_resources/fonts/GentiumBookPlus.eot?#iefix') format('embedded-opentype'),
        url('./static_resources/fonts/GentiumBookPlus.woff2') format('woff2'),
        url('./static_resources/fonts/GentiumBookPlus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./static_resources/fonts/Inter-Thin.eot');
    src: url('./static_resources/fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('./static_resources/fonts/Inter-Thin.woff2') format('woff2'),
        url('./static_resources/fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}