/* Self-hosted site fonts (General Sans + Mergian). Upload fonts/*.woff with this file. */
@font-face {
    font-family: 'General Sans';
    src: url('GeneralSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('GeneralSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mergian Regular';
    src: url('mergian-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
