﻿@font-face {
    font-family: myfont;
    src: url('../pancss/fontM.woff') format('woff');
}

@font-face {
    font-family: myfont;
    src: url('../pancss/fontB.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: myfont;
    src: url('../pancss/fontL.woff') format('woff');
    font-style: italic;
}

* {
    font-family: myfont;
    text-align: left;
}


.fa-angle-right {
    color: red;
    padding-right: 5px;
}

.dropdown-menu li a:hover .fa-angle-right::before {
    content: "\f138" !important;
}

.copyright {
    background: #212325;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0px !important;
}

p {
color:black;
}