* {
    font-family: Pinar;
    color: #1F2937;
}

body{
    background-color: #f8f9fa;
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Pinar-FD-Light.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Pinar-FD-Regular.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Pinar-FD-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Pinar-FD-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Pinar-FD-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Pinar-FD-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: Pinar;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Pinar-FD-Black.woff2") format("woff2");
}

#map { height: 180px; }
