:root{

    --font-family-COLBO: 'COLBO';
    --font-family-Gotham: 'Gotham';

    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
}
*{
    box-sizing: border-box;
}
html{
    direction: rtl;
}
body{
    font-family: var(--font-family-COLBO);
    font-weight: var(--font-weight-light);
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
.w-fit-content{
    width: fit-content;
}

.font-family-COLBO, .font-family-COLBO > *{
    font-family: var(--font-family-COLBO) !important;
}
.font-family-Gotham, .font-family-Gotham > *{
    font-family: var(--font-family-Gotham) !important;
}
