﻿body {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #222;
}

.navbar-light .logo-text,
.navbar-dark .logo-text {
    line-height: 3rem;
    font-size: 3rem;
}

p {
    font-size: 1rem;
}

p.p-sm {
    font-size: 0.95rem;
}

p.p-md {
    font-size: 1.125rem;
}

p.p-lg {
    font-size: 1.25rem;
}

p.p-xl {
    font-size: 1.3175rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 0.85rem;
}

.dropdown-item,
.dropdown-menu li a {
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

.dropdown-item li a,
.dropdown-menu ul li a {
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}