@font-face {
    font-family: 'proxima-nova';
    font-weight: 300 500;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/packlink_cons/fonts/ProximaNova-RegularWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/packlink_cons/fonts/ProximaNova-SemiboldWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'proxima-nova';
    font-weight: 700 800;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/packlink_cons/fonts/ProximaNova-BoldWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'pluto-sans';
    font-weight: 400 800;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/dpd/fonts/PlutoSans/PlutoSans-RegularWeb.woff') format('woff');
}

@font-face {
    font-family: 'pluto-sans';
    font-weight: 300;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/dpd/fonts/PlutoSans/PlutoSans-LightWeb.woff') format('woff');
}

@font-face {
    font-family: 'PayPal Sans Small';
    font-weight: 300;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/paypal/fonts/PayPalSans-Small-Web/Regular.woff') format('woff');
}

@font-face {
    font-family: 'PayPal Sans Small';
    font-weight: 400;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/paypal/fonts/PayPalSans-Small-Web/Medium.woff') format('woff');
}

@font-face {
    font-family: 'PayPal Sans Small';
    font-weight: 600 800;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/paypal/fonts/PayPalSans-Small-Web/Bold.woff') format('woff');
}

@font-face {
    font-family: 'helvetica-neue';
    font-weight: 300 500;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/ebay/fonts/HelveticaNeue-Medium.woff') format('woff');
}

@font-face {
    font-family: 'helvetica-neue';
    font-weight: 600 800;
    font-style: 'normal';
    src: url('https://cdn.packlink.com/brand/ebay/fonts/HelveticaNeue-Bold.woff') format('woff');
}

/* Packlink PRO specific styles */
body.packlink_pro, body.packlink_pro * {font-family: proxima-nova, sans-serif !important;}
body.packlink_pro .header {
    background-color: #0871c4 !important;
}

/* eBay specific styles */
body.ebay, body.ebay * {font-family: helvetica-neue, Helvetica, arial, roboto, sans-serif !important;}
body.ebay .header {
    background-color: #0654ba !important;
}

/* DPD specific styles */
body.dpd, body.dpd * {font-family: pluto-sans, sans-serif !important;}
body.dpd .header {
    background-color: #dc0032 !important;
}

/* Paypal specific styles */
body.paypal, body.paypal * {font-family: PayPal Sans Small, sans-serif !important;}
body.paypal .header {
    background-color: #0070ba !important;
}