@font-face {
    font-family: Pixeled;
    src: url('../assets/font/pixelmix.ttf');
}

:root {
    --color-light: #fff;
    --color-sky: #4ab2ed;
    --color-ground: #663a31;
    --color-text: #fdac67;
    --color-text-dark: #b2734c;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    opacity: .7;
}

a:focus {
    outline: none;
}

p {
    margin: 0;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Pixeled;
    color: var(--color-text);
    background-color: var(--color-ground);
}
