/* Hebrew Fonts */
@font-face {
    font-family: 'FbMonopolyHeb-Black';
    src: url('FbMonopolyHeb-Black.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-Bold';
    src: url('FbMonopolyHeb-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-ExtraLight';
    src: url('FbMonopolyHeb-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-Light';
    src: url('FbMonopolyHeb-Light.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-Medium';
    src: url('FbMonopolyHeb-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-Regular';
    src: url('FbMonopolyHeb-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyHeb-Regular-2';
    src: url('FbMonopolyHeb-Regular 2.otf') format('opentype');
}

/* English Fonts (inside 'en' folder) */
@font-face {
    font-family: 'FbMonopolyEn-Black';
    src: url('en/FbMonopolyEn-Black.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyEn-Bold';
    src: url('en/FbMonopolyEn-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyEn-ExtraLight';
    src: url('en/FbMonopolyEn-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyEn-Light';
    src: url('en/FbMonopolyEn-Light.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyEn-Medium';
    src: url('en/FbMonopolyEn-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'FbMonopolyEn-Regular';
    src: url('en/FbMonopolyEn-Regular.otf') format('opentype');
}
