:root{
    /* FONT */
    --font-dm-sans: "DM Sans", sans-serif;

    /*COLORS*/
    --bg-icon: #131313;
    --bg-arrow-color: rgba(0,0,0.7);
    --text-base-light: #fff;
    --text-base-dark: #000;
    --text-sub: #a7a7a7;

    --bg-icon: #131313;
    --bg-top-bar: #61616142;
    --grid-gap: 24px;
    --column-count: 5;

}