@font-face {
    font-family: 'NanoBold';
    src: url('../fonts/Neo Sans Std Bold.otf') format('woff2');
}

@font-face {
    font-family: 'NanoRegular';
    src: url('../fonts/Neo Sans Std Regular.otf') format('woff2');
}

.mt-\[100px\] {
    margin-top: 100px !important;
}

.container.my-5.big {
    padding-top: 10px; /* Adjust this value to control the spacing */
}

body {
    font-family: 'NanoRegular', serif;
    background-color: #000000;
    background-image: url('../img/Ress/Home-Background.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.terms-container h1,
.terms-container h2 {
    color: #272727;
}

.terms-container h1 {
    font-family: 'NanoBold', serif;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
}

.terms-container h2 {
    font-family: 'NanoBold', serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(56, 56, 192);
}

.terms-container p {
    font: normal normal normal 18px/33px 'NanoRegular';
    letter-spacing: 0;
    color: #272727;
    opacity: 0.5;
}


.terms-container strong {
    font-family: 'NanoBold', serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
}

br {
    display: block;
    margin: 20px 0;
    line-height: 50px;
    content: " ";
}


.tab {
    display: inline-block;
    margin-left: 30px; /* Adjust this margin to match the tab size */
    font: normal normal normal 18px/33px 'NanoRegular';
    letter-spacing: 0;
    color: #272727;
    opacity: 0.5;
}

.tabH {
    display: inline-block;
    margin-left: 30px; /* Adjust this margin to match the tab size */
    font-family: 'NanoBold', serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(56, 56, 192);
}

h1 {
    letter-spacing: 2px;
}