
:root {

    --bg: #ffffff;
    --text: #1d2746;
    --muted: #6f7896;
    --line: #e7e8f3;
    --pill: #efecff;
    --blue: #3f5efb;
    --purple: #b44cff;
    --soft-card: #ffffff;
    --shadow: 0 18px 50px rgba(33, 41, 82, .08);
    --radius: 18px;
    --radius-lg: 24px;
}

a{
    text-decoration: none;
    color: inherit;
}
/*Paragraph*/
/*Paragraph muted*/
.p-muted {
    font-size: 17px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0;
}


.p-muted-2 {
    font-size: 12px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0;
    font-weight: bold;
}
