@font-face{
    src: url("../assets/fonts/inter.ttf");
    font-family: inter;
}

@font-face{
    src: url("../assets/fonts/jetbrains.ttf");
    font-family: jetbrains;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color1: black;
    --color2: rgba(0, 0, 0, 0.60);
    --bg-color: #F6F6F6;
    --pfp: #D9D9D9;
    --name: 1.5rem;
    --prof-desc: 0.9rem;
    --label: 0.81rem;
    --heading: 1.25rem;
    --title: 0.87rem;
    --text: 0.75rem;
    --description: 0.86rem;
    --card-outline: rgba(0, 0, 0, 0.12);
    --moon-color: rgb(241, 221, 36);
    --sun-color: rgb(247, 82, 5);
    --dark-mode: #0a0a0a;
    --dark-mode-text: #e6e6e6;
    --dark-mode-description: rgba(230, 230, 230, 0.60);

}