@import url('https://fonts.googleapis.com/css2?family=Andika:wght@400;700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: "F";
    src: url("./f.woff") format('woff');
  }

:root{
    --red: rgba(216, 1, 1, 1);
}

html{
    background-color: #fafafa;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}
*::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
    background: #c7cacf;
    cursor: pointer;
}
*::-webkit-scrollbar-thumb {
    border-radius: 8px;
}
*::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px;
    margin-left: 13px;
    margin-right: 12px;
    cursor: pointer;
}