/* ========== FONTS ========== */
@font-face{
    font-family: 'Parisienne';
    src: url('../Fonts/Parisienne-Regular/parisienne/Parisienne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* ========== GENERAL STYLES ========== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'montserrat', sans-serif;
    src: url('assets/Fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    line-height: 1.6;
    color: #1F1B1B;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ========== SECTION CONTACT ========== */
.contact {
    padding: 80px 2rem;
    text-align: center;
}

a {
    text-decoration: none;
}

.contact-text {
    font-size: 30px;
    font-weight: bold;
    color: #1F1B1B;
    margin: 0;
    line-height: 1.4;
}