@font-face {
    font-family: "Luciole";
    src: url("../fonts/Luciole-Regular.ttf") format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "Luciole";
    src: url("../fonts/Luciole-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Luciole";
    src: url("../fonts/Luciole-Regular-Italic.ttf") format('truetype');
    font-style: italic;
}

@font-face {
    font-family: "Luciole";
    src: url("../fonts/Luciole-Bold-Italic.ttf") format('truetype');
    font-style: italic;
    font-weight: bold;
}


@font-face {
    font-family: "Bonzer-SanFrancisco";
    src: url("../fonts/Bonzer-SanFrancisco.ttf") format('truetype');
    font-style: normal;
}

html,
body {
    font-size: 30px;
    color: white;
    font-family: 'Luciole';
    padding: 10px;
}

body {
    text-align: center;
    background-color: #18181B;
}

.logo {
    max-width: 80%;
    width: 600px;
}

.phone-field {

}

.phone-field a {
    outline: none;
    text-decoration: none;
    display: inline-block;
    color:white;
}

.phone-field a:link,
a:visited,
a:focus {
    background: none;
}

.phone-field a:hover {
    background: rgb(156, 231, 176);
}

.address {
    text-transform: uppercase;
;
}

h1,h2,h3,h4,h5,h5 {
    font-family: 'Bonzer-SanFrancisco';
}

p {
    margin-bottom: 2rem;
}

footer {
    font-size: 10px;
}