/* cyrillic-ext */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lora Regular"), local("Lora-Regular"), url(../../commonfonts/Lora-Regular.ttf) format("truetype");
    font-display: swap;
}


/*@font-face {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../../commonfonts/OpenSans-SemiBold.ttf) format("truetype");
    font-display: swap;
}*/

/* bolder */
/*@font-face {
    font-family: 'open sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Open Sans Bolder"), local("OpenSans-Bolder"), url(../../commonfonts/OpenSans-Bold.ttf) format("truetype");
    font-display: swap;
}*/

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

@font-face {
    font-family: 'Lora';
    src: url('Lora-Regular.woff2') format('woff2'),
        url('Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather-Regular.woff2') format('woff2'),
        url('Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather-Bold.woff2') format('woff2'),
        url('Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('Merriweather-Light.woff2') format('woff2'),
        url('Merriweather-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('QuicksandLight-Regular.woff2') format('woff2'),
        url('QuicksandLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('QuicksandLight-Bold.woff2') format('woff2'),
        url('QuicksandLight-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Bold.woff2') format('woff2'),
        url('RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Regular.woff2') format('woff2'),
        url('RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Lato Light"),local("Lato-Light"),url(../../commonfonts/Lato-Regular.ttf) format("truetype")
}*/