@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/* font family */

@font-face {
    font-family: 'flama';
    src: url('/assets/fonts/Flama\ Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-flama {
    font-family: 'flama';
}

.font-mont {
    font-family: "Montserrat";
}

.links {
    margin-top: 20px !important;

}

@media (max-width: 320px) {
    .links {
        margin-top: 100px !important;
    }

}

@media (min-width :1200px) {
    .links {
        margin-top: 0px !important;
    }

}