@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=swap');

:root{
    --slate-800 : #3f3f46;
    --slate-700: rgb(75 85 99);
    --slate-500 : #a1a1aa;
    --slate-300 : #d4d4d8;
    --slate-200 : #e4e4e7;
    --slate-100 : #f4f4f5;
}

html,body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: var(--slate-800);
}

h2{
    font-size: 14px;
    color: var(--slate-500);
    font-weight: 400;
}