@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;
}
 
body {
    font-family: 'Platform', sans-serif !important;    
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important; 
    text-align: left !important;
    color: #000000 !important; 
}
