﻿@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-v20-latin_latin-ext-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-v20-latin_latin-ext-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-v20-latin_latin-ext-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-v20-latin_latin-ext-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.chat-scroll {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .chat-scroll::-webkit-scrollbar {
        display: none;
    }

.contact-map-poland path {
    fill: rgba(255, 255, 255, 0.045);
    stroke: rgba(255, 255, 255, 0.16);
    stroke-width: 1.2;
    transition: 0.3s ease;
}

.contact-map-poland #PL-DS {
    fill: rgba(34, 211, 238, 0.10);
    stroke: rgba(103, 232, 249, 0.45);
}

.contact-map-svg {
    filter: drop-shadow(0 0 18px rgba(34, 211, 238, 0.06));
}