﻿@charset "utf-8";
/* --------------------------------------------------
Typography.css
-------------------------------------------------- */

/* Global Reset */
* {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

/* Font. */


/* Font ROBOTO */
@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 900;
    font-style: normal;
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 200;
    font-style: normal;
    src: url('/fonts/Roboto-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/Roboto-Italic.ttf') format('truetype');
    font-display: swap;
}



@font-face {
    font-family: 'Roboto';
    font-display: auto;
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

html, body {
    font-family: 'Roboto', 'Segoe UI Semilight', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-display: auto;
    font-size: 16px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    color: #323232;
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    /*margin: 8px 0;*/
    font-display: auto;
    font-weight: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: block;
}

h1 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 200;
}

h2 {
    font-size: 23px;
    font-weight: 200;
    margin-top: 0;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
}

h4 {
    font-weight: 600;
    font-size: 17px;
    color: rgba(0,0,0,.6);
    text-transform: uppercase;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 16px;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-weight: normal;
        line-height: 1;
    }

h1 small {
    font-size: 24px;
}

h2 small {
    font-size: 18px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

h5 small {
    font-size: 14px;
}

h6 small {
    font-size: 14px;
}

p {
    margin: 8px 0 16px;
    position: relative;
    line-height: 1.4;
    font-size: 18px;
}
