@font-face {
    font-family: 'Sour Gummy';
    src: url('../font/Sour_Gummy/SourGummy-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    resize: none;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    transition: all 0.2s ease;font-family: "Sour Gummy", sans-serif;
}

html {
    scroll-behavior: smooth;
}

button {
    cursor: pointer;
}

ul {
    list-style: none;
}