/* @font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Yellowtail';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Yellowtail-Regular.ttf') format('truetype');
} */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;700&family=Yellowtail&display=swap');


/* h2, h3, p, button, label, textarea, ::placeholder, li {
    font-family: 'Friz';
    color: rgb(218, 199, 117);
} */

h2 {
    font-size: 3em;
}

a, li, h1, h2, h3 {
    text-decoration: none;
    list-style-type: none;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: #024161;
}

h1, h2 {
    font-size: 2rem;
}

p, button, label, input, ::placeholder, textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

input,::placeholder, textarea {
    font-size: 0.8rem;
}

.logo {
    font-family: 'Yellowtail', cursive;
    font-size: 2.3rem;
}
