@font-face {
    font-family: 'Neo Sans Std Light';
    src: url('./fonts/Neo-Sans-Std-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Neo Sans Std Bold';
    src: url('./fonts/Neo-Sans-Std-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Neo Sans Std Black';
    src: url('./fonts/Neo-Sans-Std-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Neo Sans Std Medium';
    src: url('./fonts/Neo-Sans-Std-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Neo Sans Std Regular';
    src: url('./fonts/Neo-Sans-Std-Regular.otf') format('opentype');
}

/**
    * Scoped to the root of the document and all its descendant elements.
   */
   :root {

    --Dark-Blue: #06213D;
    --Intertek-Cerello:#FFC700;
    --Intertek-Blue:#21B6D7;
    --White: #FFF;
    --Compromise-Blue:#009EC2;
    --Intertek-Eco-Green:#BAC109;
    --Wisetail-Illustration-Red:#E61C46;
    --Light-Grey:#F5F5F5;
    --Intertek-Mid-Gray:#474E54;
   
   
    --neo-sans-bold: "Neo Sans Std Bold";
    --neo-sans-black: "Neo Sans Std Black";
    --neo-sans-light: "Neo Sans Std Light";
    --neo-sans-medium: "Neo Sans Std Medium";
    --neo-sans-regular: "Neo Sans Std Regular";
}

   