* {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h2, h3, h4, h5, h6, .font-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}

.grey-bg h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.grey-bg p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white;
    opacity: 0.6;
    font-size: 20px;
}

.grey-bg {
    background-color: #131517;
    width: 100%;
    height: 100vh;
    background-image: url('/images/gannamart landing bg.png');
    background-position: center;
    background-size: cover;
}

.logo-icon {
    width: 105px;
}

.screen-img {
    width: 685px;
}

@media(max-width: 700px) {
    .screen-img {
        width: 560px;
    }
}

@media(max-width: 560px) {
    h1 {
        font-size: 42px;
    }
    p {
        font-size: 16px;
    }
    .logo-icon {
        width: 80px;
    }
    .screen-img {
        width: 360px;
    }
}