/*
Theme Name: Deverso ETG BS5 current
Theme URI: https://tuosito.com
Author: Il tuo nome
Author URI: https://tuosito.com
Description: Tema personalizzato per Deverso ETG con Bootstrap 5.3
Version: latest
License: GPL v2 or later
Text Domain: deverso-etg-bs5
Tags: bootstrap, bootstrap5, responsive, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================================
   Variabili CSS personalizzate
   ========================================================================== */
:root {
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --etg-primary: #63c4f4;
    --etg-primary-light: #baf0fd;
    --etg-secondary: #313131;
    --etg-accent: #f093fb;
    --etg-bkg-light: #fff; 
    --etg-color-txt-title: #333333;
    --etg-color-txt-body: #4A4A4A;
    --etg-color-txt-footer: #EAEAEA;
    --etg-padding-top-bottom: 40px;
    --etg-padding-top-bottom-mobile: 56px;
    --etg-container-max-width: 2400px;
}

body>div.deversoOverlayLoadingPage{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}
/*
style definito in: assets/css/theme.css
 */
