/* ==========================================
   VARIABLES
========================================== */

:root{

    /* Cores */

    --primary:#1D2F58;
    --primary-dark:#102247;
    --secondary:#FE904C;

    --white:#FFFFFF;
    --light:#F7F9FC;
    --light-2:#EEF3FC;

    --text:#2D3748;
    --text-light:#69758A;

    --border:#E7EDF6;

    /* Fontes */

    --font-title:'Montserrat',sans-serif;
    --font-text:'Inter',sans-serif;

    /* Sombras */

    --shadow-sm:0 8px 20px rgba(0,0,0,.05);

    --shadow-md:0 15px 35px rgba(0,0,0,.08);

    --shadow-lg:0 30px 70px rgba(0,0,0,.12);

    /* Radius */

    --radius-sm:10px;
    --radius-md:18px;
    --radius-lg:30px;

    /* Espaçamentos */

    --section-padding:140px;

    /* Transição */

    --transition:.35s ease;

}