
@font-face {
    font-family: GilroyBold;
    src: url('../fonts/Gilroy-Bold.woff') format("woff");
}
@font-face {
    font-family: GilroyRegular;
    src: url('../fonts/Gilroy-Regular.woff') format("woff");
}
@font-face {
    font-family: GilroyMedium;
    src: url('../fonts/Gilroy-Medium.woff') format("woff");
}
@font-face {
    font-family: PoppinsLight;
    src: url('../fonts/Poppins-Light.woff') format("woff");
}
@font-face {
    font-family: InterRegular;
    src: url('../fonts/Inter-Regular.woff') format("woff");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {  
    overflow-X: hidden;
    font-family: PoppinsLight, sans-serif;
    font-weight: 300;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: GilroyBold, sans-serif;
}
p {
    line-height: 1.7;
    margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
    p {
        font-size: 18px;
    }
}