@font-face {
    font-family: 'Platform';
    src: url('../fonts/Platform-Hairline-Web.woff2') format('woff2'),
        url('../fonts/Platform-Hairline-Web.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Platform';
    src: url('../fonts/Platform-Light-Web.woff2') format('woff2'),
        url('../fonts/Platform-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Platform';
    src: url('../fonts/Platform-Regular-Web.woff2') format('woff2'),
        url('../fonts/Platform-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Platform';
    src: url('../fonts/Platform-Medium-Web.woff2') format('woff2'),
        url('../fonts/Platform-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Platform';
    src: url('../fonts/Platform-Bold-Web.woff2') format('woff2'),
        url('../fonts/Platform-Bold-Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} 
@font-face {
    font-family: 'London Tube Normal';
    src: url('../fonts/London-Tube.woff') format('woff');  
    font-style: normal;
    font-weight: normal; 
} 

@font-face {
    font-family: 'Gill Sans Nova';
    src: url('../fonts/gillsansnova-light.woff2') format('woff2'),
        url('../fonts/gillsansnova-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
} 

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
} 

body {
    font-family: 'London Tube Normal', sans-serif !important; 
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important; 
    text-align: left !important;
    color: #000000 !important; 
}
