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

:root {
    --yellow : #F4D04E;
    --gray-950 : #111111;
    --gray-500 : #6B6B6B;
    --white : #ffffff;
    --spacing-300: 24px;
    --spacing-150 : 12px;
    --spacing-100 : 8px;
    --spacing-50 : 4px; 
}

@font-face {
    font-family: Figtree-ExtraBold;
    src: url("../fonts/static/Figtree-ExtraBold.ttf");
}

@font-face {
    font-family: Figtree-Medium;
    src: url("../fonts/static/Figtree-Medium.ttf");
}

@font-face {
    font-family: Figtree-italic-Variable;
    src: url("../fonts/Figtree-Italic-VariableFont_wght.ttf");
}

@font-face {
    font-family: Figtree-VariableFont;
    src: url("../fonts/Figtree-VariableFont_wght.ttf");
}


