﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
/*@import url('sf/sf.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');*/
@import url('monsteratt/css2.css');


* {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: black;
    text-decoration: none !important;
}
.fon
{
    background-color:#c5c5c5;
}
.topline {
    background: #fff;
    z-index: 999999999999;
}

.wrapper{
    background:white;
    padding:16px;
}
.mt8 {
    margin-top: 8px;
}

#topmapall {
    width: 100%;
    position: fixed;
    top: 0px !important;
    right: 0px;
    left: 0px;
    bottom: 0px;
}