@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body{
    margin: 0px;
    font-display: swap
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: #fefefe;
}

:root{
    --color-white: #fefefe;
    --color-black: #1e1e1e;
    --color-red: #D12023;
    --color-yellow: #ECAF12;
}