﻿@font-face {
    font-family: 'LF Press Sans';
    src: url("LF-Press-Sans.otf") format("opentype");
}

@font-face {
    font-family: 'LF Press Sans DemiBold';
    src: url("LF-Press-Sans-DemiBold.otf") format("opentype");
}

@font-face {
    font-family: 'LF Press Sans Light';
    src: url("LF-Press-Sans-Light.otf") format("opentype");
}

.lf-press-sans {
    font-family: "LF Press Sans", Arial !important;
}

.lf-press-sans-light {
    font-family: "LF Press Sans Light", Arial !important;
}

.lf-press-sans-demibold {
    font-family: "LF Press Sans DemiBold", Arial !important;
}

