/*
Theme Name: Hygiwork
Theme URI: https://hygiwork.fr
Description: Theme WordPress personnalise pour Hygiwork - plateforme de formation Certibiocide. Utilise Tailwind CSS pour un design moderne et responsive.
Version: 2.0.0
Author: VoltCode
Author URI: https://voltcode.fr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hygiwork
Tags: education, formation, biocide, tailwind, custom-theme
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
*/

/*
 * Les styles personnalisés sont dans assets/css/main.css (compilé via Tailwind)
 */

/* ============================================
   VISBY CF FONT FACES
   ============================================ */

/* Visby CF Regular - 400 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Visby CF Medium - 500 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Visby CF DemiBold - 600 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Visby CF Bold - 700 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Visby CF ExtraBold - 800 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Visby CF Heavy - 900 */
@font-face {
    font-family: 'Visby CF';
    src: url('assets/fonts/VisbyCF-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   APPLICATION DE VISBY CF
   ============================================ */

/* Application sur H1, H2 et H3 de la page d'accueil */
body.home h1,
body.home h2,
body.home h3 {
    font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ============================================
   SEO QUESTIONS STYLING
   ============================================ */

.seo-questions-content .seo-question-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.seo-questions-content .seo-question-block h3 {
    font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.seo-questions-content .seo-question-block p {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 0;
}
