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

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

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

@font-face {
    font-family: 'Press Serif';
    src: url("fonts/Press-Serif.otf") format("opentype");
}

@font-face {
    font-family: 'Press Serif Bold';
    src: url("fonts/Press-Serif-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Press Serif DemiBold';
    src: url("fonts/Press-Serif-DemiBold.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;
}

.press-serif {
    font-family: "Press Serif", Arial !important;
}

.press-serif-bold {
    font-family: "Press Serif Bold", Arial !important;
}

.press-serif-demibold {
    font-family: "Press Serif DemiBold", Arial !important;
}
