@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/Dosis-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../font/titillium/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
}

body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: 'Titillium Web', sans-serif;
}

.bg-image {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../img/tropikal-bg-min.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

h1 {
    font-family: 'Titillium Web', sans-serif; /* Specific font for headings */
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    font-family: 'Dosis', sans-serif; /* Specific font for headings */
    text-align: center;
}

.bg-dark {
    width: fit-content;;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    margin-top: 22vh;
    font-size: 1.8vh;
}


.bg-dark {
    opacity: 0.5;
}

.bg-dark h1,p {
   opacity: 1;
}
