@font-face {
    font-family: 'Arkibal Display';
    src: url('Arkibal Display Regular_mg.otf');
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Arkibal Display';
    border-color: rgb(189, 138, 94) !important;
}

body {
    background: url('../images/wallpaper.webp');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.gradLumbiny {
    background-image: linear-gradient(to right, rgba(221, 185, 154, 1), rgba(189, 138, 94, 1));
    opacity: 0.8;
}

/* #wa {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 1;
} */

i {
    font-size: 1.4rem;
}

/* width */
::-webkit-scrollbar {
    width: 0.25vw;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(189, 138, 94, 1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(221, 185, 154, 1);
}

.fa-square-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fa-square-facebook {
    color: #3570e7;
}

br.responsive {
    display: none;
}

@media (min-width: 768px) {
    br.responsive {
        display: inline;
    }
}

@media (min-width: 1200px) {
    br.responsive {
        display: none;
    }
}