@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

.dela-gothic-one-regular {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.allura-regular {
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
}

#company-info-modal p {
    font-size: 15px;
}

#company-info-modal p span {
    font-weight: 600;
}

.copy-btn {
    position: absolute;
    right: 20px;
}


.custom-bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vh;
    height: 100vh;
    filter: brightness(0.5);
    z-index: 0;
}

.custom-text {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

footer {
    position: fixed;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: #000;
    color: #fff;
    width: 100%;
}
