/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.3.0
*/



    :root{
      --brand:#0A3D62;
      --brand-2:#1081E8;
      --ink:#0b1220;
    }

    body{font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";}
    .container{max-width:1100px}
    .glass{backdrop-filter: blur(10px); background: rgba(255,255,255,0.85)}
    .shadow-soft{box-shadow: 0 10px 30px rgba(10,61,98,.12)}




