* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'Rubik', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

main {
    background: #EEEEEE;
    background: linear-gradient(45deg, rgba(238, 238, 238, 1) 2%, rgba(238, 238, 238, 1) 63%, rgba(76, 169, 53, 0.5) 90%, rgba(28, 35, 197, 0.36) 100%);
}


.coming-soon-row {
    min-height: 100vh;
}

.text-primary-s4sf {
    color: #1C23C5 !important;
}

.text-secondary-s4sf {
    color: #4CA935 !important;
}