@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
  @font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}  
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}  
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: vazirmatn;
    src: url('../fonts/vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: vazirmatn;
}
body.coffeshop {
    background-image: url(../img/coffeshop-background-pattern.jpg);
}
body.fastfood {
    background-image: url(../img/fastfood-background-pattern.jpg);
}
body.coffeshop::before,
body.fastfood::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 70%);
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.index-title {
    font-size: 20px;
}
.menu-subtitle-list::-webkit-scrollbar {
    display: none;
}
.menu-subtitle {
    font-size: 20px;
}