/*
Theme Name: TBX logistics
*/

/* === Base === */

@font-face {
    font-family: 'CustomFont';
    src: url('fonts/MarkCompPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    src: url('fonts/MarkCompProBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply your custom font globally */
body {
    margin: 0;
    background: #000;
    font-family: 'CustomFont', 'Segoe UI', Roboto, sans-serif;
    color: #fff;
}

/* === Logo === */
.logo img {
    height: 36px;
    width: auto;
    display: block;
}
