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

body {
    font-family: 'Sarabun', sans-serif;
    cursor: url(../cursor/point.cur), auto !important;
    background-image: url(../images/background-vector.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn:hover, a:hover { cursor: url(../cursor/link.cur), auto !important; }