﻿/* Fonts declarations */
/* Michelin font */
@font-face {
    font-family: 'Michelin';
    src: url('../fonts/Michelin-Light.eot');
    src: url('../fonts/Michelin-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Michelin-Light.woff2') format('woff2'), url('../fonts/Michelin-Light.woff') format('woff'), url('../fonts/Michelin-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin';
    src: url('../fonts/Michelin-Regular.eot');
    src: url('../fonts/Michelin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Michelin-Regular.woff2') format('woff2'), url('../fonts/Michelin-Regular.woff') format('woff'), url('../fonts/Michelin-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin';
    src: url('../fonts/Michelin-SemiBold.eot');
    src: url('../fonts/Michelin-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Michelin-SemiBold.woff2') format('woff2'), url('../fonts/Michelin-SemiBold.woff') format('woff'), url('../fonts/Michelin-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin';
    src: url('../fonts/Michelin-Bold.eot');
    src: url('../fonts/Michelin-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Michelin-Bold.woff2') format('woff2'), url('../fonts/Michelin-Bold.woff') format('woff'), url('../fonts/Michelin-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Michelin';
    src: url('../fonts/Michelin-Black.eot');
    src: url('../fonts/Michelin-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Michelin-Black.woff2') format('woff2'), url('../fonts/Michelin-Black.woff') format('woff'), url('../fonts/Michelin-Black.ttf') format('truetype'), url('../fonts/Michelin-Black.svg#Michelin-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* Noto Sans */
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/notosans-bold.eot');
    src: url('../fonts/notosans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-bold.woff2') format('woff2'), url('../fonts/notosans-bold.woff') format('woff'), url('../fonts/notosans-bold.ttf') format('truetype'), url('../fonts/notosans-bold.svg#noto_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/notosans-bolditalic.eot');
    src: url('../fonts/notosans-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-bolditalic.woff2') format('woff2'), url('../fonts/notosans-bolditalic.woff') format('woff'), url('../fonts/notosans-bolditalic.ttf') format('truetype'), url('../fonts/notosans-bolditalic.svg#noto_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/notosans-regular.eot');
    src: url('../fonts/notosans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-regular.woff2') format('woff2'), url('../fonts/notosans-regular.woff') format('woff'), url('../fonts/notosans-regular.ttf') format('truetype'), url('../fonts/notosans-regular.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/notosans-italic.eot');
    src: url('../fonts/notosans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-italic.woff2') format('woff2'), url('../fonts/notosans-italic.woff') format('woff'), url('../fonts/notosans-italic.ttf') format('truetype'), url('../fonts/notosans-italic.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

body {
    font: 400 normal 12px Noto Sans;
}

h1 {
    font-weight:600;
    font-family: Michelin !important;
    font-size: 14px;
}

table > thead {
    font-weight: 600;
}

h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #333
}
