﻿@font-face {
    font-family: "Cairo";
    src: url('../font/Cairo-Regular.ttf');
}



body {
    font-family: Cairo;
    font-size: 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: #dbd1de;
}