@import url("./desktop.css");
@import url("./mobile.css");

@font-face {
    font-family: "Kanit";
    font-weight: 400;
    src: url("../fonts/Kanit\ Cyrillic.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Kanit",sans-serif;
}

body {
    overflow-x: hidden;
    background: #62cef5;
    background: linear-gradient(90deg, rgba(98, 206, 245, 0.3) 0%, rgba(6, 159, 252, 0.3) 100%);
    padding: 0 60px 0 60px;
}
