@font-face {
    font-family: 'Mokoto';
    src: url('../../font/Mokoto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 5px !important;
}

* {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

::selection {
    background-color: white;
    color: #000;
}

::-moz-selection {
    background-color: white;
    color: #000;
}

input::placeholder,
textarea::placeholder {
    color: white;
    /* Change to your desired color */
    opacity: 1;
    /* Optional: Ensures the placeholder is fully opaque */
}

.nexornova-logo {
    font-family: "Mokoto";
    position: relative;
    top: 4px;
    color: #fff;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 3px !important;
}

body {
    background-color: #000;
    color: #fff;
}

.privacy-content {
    display: flex;
    text-align: justify;
    justify-content: left;
    align-items: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-content {
    height: auto;
    width: auto;
    justify-content: center;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.btn-type {
    text-decoration: none;
    color: #fff;
}

.btn-type:hover {
    text-decoration: none;
    color: #fff;
}

#scrollTopBtn {
    cursor: pointer;
    opacity: 0;
    color: rgb(0, 0, 0);
    transform: translateY(20px);
    background-color: #ffffff;
    z-index: 1000;
    margin: 24px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: fixed;
    bottom: 10px;
    left: 0px;
}

#scrollTopBtn.flex {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn svg {
    font-weight: 700;
}