@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    /* FONT */
    --font-family: "Outfit", serif;
    --font-size: 18px;
        /* weight: 300 400 600 */


    /* COLORS */
    --color-primary: #8BACDA;
    --color-secondary: #00FFF7;
    --color-white: #FFFFFF;
    
    --bg-main: #0D192B;
    --bg-card: #13253D;
    --bg-view-hover: rgba(0, 255, 247, 0.58);
    --line-color: #2F415B;
}