/* fonts.css - Swift721 BT Fonts */

/* Swift721 BT Bold */
@font-face {
    font-family: 'Swift721';
    src: url('../fonts/Swift721-BT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Medium */
@font-face {
    font-family: 'Swift721';
    src: url('../fonts/Swift721-BT-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Roman (Regular) */
@font-face {
    font-family: 'Swift721';
    src: url('../fonts/Swift721-BT-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Black */
@font-face {
    font-family: 'Swift721';
    src: url('../fonts/Swift721-Blk-BT-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Condensed Bold */
@font-face {
    font-family: 'Swift721 Condensed';
    src: url('../fonts/Swift721-Cn-BT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Condensed Roman */
@font-face {
    font-family: 'Swift721 Condensed';
    src: url('../fonts/Swift721-Cn-BT-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Swift721 BT Black Condensed */
@font-face {
    font-family: 'Swift721 Condensed';
    src: url('../fonts/Swift721-Blk-Cn-BT-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}