/*        FONTs      */
@font-face {
    font-family: 'Raleway';
    src: url("/static/tools/fonts/Raleway-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/tools/fonts/Raleway-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/tools/fonts/Raleway-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/tools/fonts/Raleway-Italic-VariableFont_wght.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/tools/fonts/Raleway-VariableFont_wght.ttf") format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

/*        COMPONENTS      */
.project-card {
    font-family: 'Raleway', sans-serif;
}

#goButton1 {
    font-family: 'Raleway', sans-serif;
    color: #0b0b0d;
    padding: 5px 30px;
}

#goButton2 {
    font-family: 'Raleway', sans-serif;
    color: #0b0b0d;
    padding: 5px 30px;
}

#goButton3 {
    font-family: 'Raleway', sans-serif;
    color: #0b0b0d;
    padding: 5px 30px;
}

#goButton{
    color: #0b0b0d;
    /* margin-left: 10px;
    padding: 15px; */
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.project-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
}

.projectNameMenu {
    color: #0b0b0d;
    font-family: 'Raleway', sans-serif;
    font-weight: 400; /* SemiBold для названия */
    font-size: medium;
}

.priceMenu {
    color: #6c6c6c;
    margin: 0;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;
    font-weight: 500; /* Medium для цены */
}

.ingredients-button {
    background: #0b0b0d;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: small;
}

.ingredients-button p {
    color: #fff;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.dish-composition-btn {
    background-color: #0b0b0d;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
}

.type-name-h1 {
    color: #0b0b0d;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 25px;
}