/* 
    LFCU Official Fonts
*/

/* Isidora Sans - Communications */
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Thin.otf');
    font-weight: 100;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Regularlt.otf');
    font-weight: 200;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Regular.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Medium.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Bold.otf');
    font-weight: bold;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../webfonts/lfcu-official/IsidoraSans-Black.otf');
    font-weight: 600;
}

/* Aurora - Title Font */
@font-face {
    font-family: 'Aurora';
    src: url('../webfonts/lfcu-official/AURORABC.ttf');
    font-weight: 100;
}
@font-face {
    font-family: 'Aurora';
    src: url('../webfonts/lfcu-official/AURORAB0.ttf');
    font-weight: 200;
}
@font-face {
    font-family: 'Aurora';
    src: url('../webfonts/lfcu-official/Aurora\ Condensed\ BT.ttf');
    font-weight: normal;
}

/* Gotham */

@font-face {
    font-family: 'Gotham';
    src: url('../webfonts/lfcu-official/Gotham-Medium.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../webfonts/lfcu-official/Gotham-Bold.otf');
    font-weight: bold;
}
@font-face {
    font-family: 'Gotham';
    src: url('../webfonts/lfcu-official/Gotham-Book.otf');
    font-weight: 100;
}
@font-face {
    font-family: 'Gotham';
    src: url('../webfonts/lfcu-official/Gotham-BookItalic.otf');
    font-weight: 200;
}

/* Note: Stone Sans currently in PFB/PFM format, needs conversion. */