﻿ @font-face {
    font-family: 'Logirent';
    src: url('../fonts/logirent-regular demo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }
/*body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, td, th, input, button, label, nav, ul, ol {
    font-family: 'Logirent' !important;
    font-size: 1.25rem !important;*/ /* same as .fs-5 */
    /*font-weight: 400 !important;
    text-transform: capitalize !important;*/ /* match .text-capitalize */
    /*letter-spacing: 0.02em !important;*/ /* adjust as needed */
    /*line-height: 1.6 !important;*/
    /*color: #fff !important;*/ /* optional, for white text */
/*}*/
.logirent-text {
    font-family: 'Logirent', sans-serif !important;
    letter-spacing: 0.02em;
    font-weight: 400;
}