﻿@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&family=Playpen+Sans+Arabic:wght@100..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --bs-primary: #5b47fb;
    --bs-primary-rgb: 91, 71, 251;
    --icon-bg-color: rgba(0, 123, 255, 0.1);
    --icon-color: #007bff;
    font-size: 16px;
    --nav-height: 57px;
    --content-height: calc(100vh - var(--nav-height));
}

.content-height {
    min-height: var(--content-height);
}