@font-face {
    font-family: "NunitoSans";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/NunitoSans-Regular.ttf")
}

@font-face {
    font-family: "Play";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/Play-Bold.ttf")
}

@font-face {
    font-family: "Play";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/Play-Regular.ttf")
}

html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: Play, sans-serif;
    background-color: #232323;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

.container, .container-flex {
    max-width: 1200px;
    margin: 0 auto;
}

.container-flex {
    display: flex;
}

@media (max-width: 1240px) {
    .container, .container-flex {
        padding: 0 20px;
    }
}
