html, body {
    font-family: 'Raleway', sans-serif;
}

.fsize-20 {
    font-size: 20px;
}

.fsize-22 {
    font-size: 20px;
}

h2 {
    font-family: 'Raleway', sans-serif;
}

.Arial {
    font-family: Arial, Helvetica, sans-serif;
}

div#content h1 {
    text-align: center;
}

.footer-link {
    color: white;
    font-weight: bold;
}

.product-content h3 {
    padding: 0px;
    overflow-wrap: anywhere;
    text-align: center;
}

.product h3 {
    font-size: 18px;
    margin: 8px 0;
}

span.shoppingcard-name {
    padding: 0px 8px;
    font-weight: bold;
    font-size: 17px;
}

a {
    color: var(--primary-brand-color);
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: bold;
}

.card.status.meine-pflegebox span {
    font-weight: 600;
    font-size: 25px;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Raleway';
    src: url('./fonts/Raleway/Raleway-VariableFont_wght.ttf');
}