﻿/**
 * Ineos Koln Magazine CSS Override
 * @license
 * MyFonts Webfont Build ID 4431988, 2022-03-07T13:01:04-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF DIN Web Pro Light by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-din/pro-light/
 * Copyright: 2016 published by Monotype GmbH
 *
 * Webfont: FF DIN Web Pro Bold by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-din/pro-bold/
 * Copyright: 2016 published by Monotype GmbH
 *
 * Webfont: FuturaLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/futura/pro-book-2/
 * Copyright: Copyright &amp;#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: FF DIN Web Pro Medium by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-din/pro-medium/
 * Copyright: Copyright &amp;#x00A9; 1995-2018 Monotype GmbH. All rights reserved
 *
 * Webfont: FF DIN Web Pro Black by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-din/pro-black/
 * Copyright: Copyright &amp;#x00A9; 1995-2018 Monotype GmbH. All rights reserved
 *
 * Webfont: FuturaLTPro-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/futura/pro-medium-2/
 * Copyright: Copyright &amp;#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 *
 *
 *
 * © 2022 MyFonts Inc
*/

@font-face {
    font-family: 'FFDIN';
    src: url('/Static/Inchstatic/fonts/FFDINWebProBlack/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FFDINWebProBlack/font.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'FFDIN';
    src: url('/Static/Inchstatic/fonts/FFDINWebProBold/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FFDINWebProBold/font.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FFDIN';
    src: url('/Static/Inchstatic/fonts/FFDINWebProMedium/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FFDINWebProMedium/font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FFDIN';
    src: url('/Static/Inchstatic/fonts/FFDINWebProLight/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FFDINWebProLight/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaLT';
    src: url('/Static/Inchstatic/fonts/FuturaLTProMedium/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FuturaLTProMedium/font.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaLT';
    src: url('/Static/Inchstatic/fonts/FuturaLTProBook/font.woff2') format('woff2'), url('/Static/Inchstatic/fonts/FuturaLTProBook/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-family-main: "museo-sans";
    --font-family-alt: "museo-sans";
    --font-weight-bold: 700;
    --font-weight-medium: 500;
    --font-weight-regular: 400;
    --color-primary: #f7a922;
    --color-primary-darker: #e69a17;
    --color-secondary: #1e1656;
    --color-grey-lightest: #fafafa;
    --color-grey-light: #f2f2f2;
    --color-grey: #999;
    --color-grey-dark: #1a1a1a;
    --color-grey-darkest: #000;
    --color-white: #FFF;
    --color-wysiwyg-text: #737373;
}

.c-header,
.c-text-tags,
.c-related-articles__more-text,
.c-filters__list,
.c-article__navigation-nav,
.c-articles__hero-download-text {
   font-family: var(--font-family-alt);
}

.c-issue__heading {
    font-weight: 500;
}

.c-issue__list-item:not(:first-child) .c-issue__article-title {
    font-weight: 500 !important;
}

.c-related-articles__meta-category {
    padding-bottom: .5em !important;
}

.c-article-meta__category {
    padding-bottom: 7px !important;
}