/*
Theme Name: Pishboard
Theme URI: 
Author: Pishboard Team
Author URI: 
Description: Custom WordPress theme for Pishboard online education platform, with LifterLMS support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pishboard
*/

/* Add your custom styles here */
/* Estedad Font Faces */
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Estedad';
    src: url('assets/fonts/estedad/Estedad-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Estedad", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
