@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Thin.ttf') ;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-ExtraLight.ttf') ;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Light.ttf') ;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Regular.ttf') ;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Medium.ttf') ;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-SemiBold.ttf') ;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Bold.ttf') ;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-ExtraBold.ttf') ;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn RD";
    src: url('/public/assets/shared/fonts/vazirmatn/ttf/Vazirmatn-Black.ttf') ;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Shared font faces moved out of Bootstrap vendor CSS. */
@font-face {
    font-family: "Metropolis";
    src: url("/public/assets/shared/fonts/metropolis/Metropolis-Regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("/public/assets/shared/fonts/metropolis/Metropolis-RegularItalic.otf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Metropolis";
    src: url("/public/assets/shared/fonts/metropolis/Metropolis-Medium.otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("/public/assets/shared/fonts/metropolis/Metropolis-SemiBold.otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Metropolis";
    src: url("/public/assets/shared/fonts/metropolis/Metropolis-Bold.otf");
    font-weight: 700;
    font-style: normal;
}


.text-caption-strong {
    font-size: 0.7rem;
    font-weight: 550;
    line-height: 2.17;
}

.text-caption {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.17;
}

.ellipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 992px) {
    .text-lg-sm {
        font-size: 0.875rem !important;
    }
}

.text-xxs {
    font-size: 0.4rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-ms {
    font-size: .8rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: .9rem !important;
}

.text-l {
    font-size: 1rem !important;
}

.text-xxl {
    font-size: 1.15rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-1-5 {
    font-size: 1.5rem !important;
}

.text-2 {
    font-size: 2rem !important;
}

.text-xl {
    font-size: 2.5rem !important;
}

.text-uppercase-expanded {
    font-weight: 700;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}

.text-arrow-icon {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.text-arrow-icon svg {
    margin-left: 0.25rem;
}

.text-arrow-icon.small svg {
    height: 0.875rem;
    width: 0.875rem;
}

.line-height-normal {
    line-height: normal !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}
