@font-face {
    font-family: "Gilory-Light";
    src: url("../font/Gilroy-Light.ttf");
}

@font-face {
    font-family: "Gilory-Regular";
    src: url("../font/Gilroy-Regular.ttf");
}

@font-face {
    font-family: "Gilory-Medium";
    src: url("../font/Gilroy-Medium.ttf");
}

@font-face {
    font-family: "Gilory-Bold";
    src: url("../font/Gilroy-Bold.ttf");
}

@font-face {
    font-family: "Gilory-ExBold";
    src: url("../font/Gilroy-Black.ttf");
}

*,
*::backdrop,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    font-size: 62.5%;
    scroll-behavior: smooth;
    font-family: "Gilory-Regular";
    line-height: 1;
    background: #000;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.hide {
    display: none;
}