@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

* {
    font-family: "Open Sans", sans-serif;
}

html, body {
    height: 100vh;
    min-height: 100vh;
}

body {
    padding-top: 100px;
}

body a,
button {
    outline: none !important;
    text-decoration: none;
}

p {
    font-size: 14px;
    font-weight: bold;
}

nav {
    background: #efeee3;
}

nav img.logo {
    height: 50px;
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    color: #efeee3;
}

.product-allergens {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-allergens img {
    height: 30px;
}

.allergen-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.allergen-list img {
    width: auto;
    height: 40px;
}

.allergen-list p {
    margin-bottom: 0;
}
