@font-face {
    font-family: 'Raleway';
    src: url('Raleway.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway Med';
    src: url('Raleway-v4020-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway Bold';
    src: url('Raleway-v4020-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway SBold';
    src: url('Raleway-v4020-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UNCAGE';
    src: url('UNCAGE-Regular.ttf') format('ttf'),
         url('UNCAGE-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UNCAGE Med';
    src: url('UNCAGE-Medium.otf') format('opentype'),
         url('UNCAGE-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UNCAGE Bold';
    src: url('UNCAGE-Bold.otf') format('opentype'),
         url('UNCAGE-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UNCAGE SBold';
    src: url('UNCAGE-SemiBold.otf') format('opentype'),
         url('UNCAGE-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/*@font-face {
    font-family: 'Raleway';
    src: url('Raleway.ttf') format('ttf'),
        url('Raleway.otf') format('woff'),
        url('Raleway.woff2') format('woff'),        
        url('Raleway.woff') format('woff2');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
