@import url('./reset.css');
@import url('./font.css');
@import url('./main.css');


:root {
    --background: #fafafa;
    --accent: #7A563B;
}

body {
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-weight: 400;
}