/* ------ Root css --------- */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
}

:root{
    --primary-color: #2a2c33;
    --secondary-color: #2986f0;
    --common-background-color: #f4f7fa;
    --blue-gradient-background: url('../../../../uploads/2023/07/blue-gradient.webp') no-repeat center;
}

::selection{
    background: #38defe;
    color: #fff;
}

/* ----- our process - home ----- */
/* Specifically for process image */
.process-img,
img[src*="process.webp"] {
    width: 100%;
    height: auto;
    aspect-ratio: 1005 / 602;
}