/*
==================================================
STATION GALLERY CUSTOM FONTS
==================================================
Font-face declarations for Avenir and Droid Serif
*/

/* Avenir Next Light */
@font-face {
    font-family: 'Avenir Next';
    src: url('avenir-next-light.woff') format('woff'),
         url('avenir-next-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Avenir Black */
@font-face {
    font-family: 'Avenir';
    src: url('Avenir-Black.woff2') format('woff2'),
         url('Avenir-Black.woff') format('woff'),
         url('Avenir-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Droid Serif Regular */
@font-face {
    font-family: 'Droid Serif';
    src: url('DroidSerif.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Droid Serif Italic */
@font-face {
    font-family: 'Droid Serif';
    src: url('DroidSerif-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Droid Serif Bold */
@font-face {
    font-family: 'Droid Serif';
    src: url('DroidSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Droid Serif Bold Italic */
@font-face {
    font-family: 'Droid Serif';
    src: url('DroidSerif-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}