:root {
    --heading: 'Roboto';
    /* --heading-2: 'RecoletaAlt'; */
    --body-font: 'Inter';
    --body-color: #555555 ;
    --base-color: #0096ff;
    --title-color: #0e0e0e;
    --body-bg-color: #171926;
    --linear: linear-gradient(135deg, #0087E6 0%,  #BF00CB 100%);
}
