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

.play {
    font-family: 'Play', sans-serif;
}


::selection {
    color: currentColor;
    background-color: #cccccc;
}

.nav-link:hover {
    text-decoration: none;
}