﻿:root {
    --club-main-color: #0033a0;
    --club-secondary-color: white;
}
/* cyrillic-ext */
/*@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
*/
@font-face {
    font-family: 'ff-good-headline-web-pro-con';
    src: url('../fonts/ffgoodproxcond-black.woff2') format('woff2');
}
@font-face {
    font-family: 'graphie-book';
    src: url('../fonts/graphie-book.otf') format('opentype');
}
@font-face {
    font-family: 'graphie-light';
    src: url('../fonts/graphie-light.otf') format('opentype');
}
@font-face {
    font-family: 'graphie-regular';
    src: url('../fonts/graphie-regular.otf') format('opentype');
}
@font-face {
    font-family: 'graphie-semibold';
    src: url('../fonts/graphie-semibold.otf') format('opentype');
}
@font-face {
    font-family: 'hudson';
    src: url('../fonts/hudson.otf') format('opentype');
}
body, button, input, optgroup, select, textarea, p {
    font-family: "graphie-light", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6, .title, .sso-page-header, .page-title, .sso-page-header_small {
    font-family: "hudson", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}