@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

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

body {
    font-family: 'Caveat', cursive;
    color: #fffbf0;
}

.wood-texture {
    background: linear-gradient(180deg, #553a21 0%, #1a0f08 100%);
}
