@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-100.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-100.woff') format('woff'),
        url('../font/twk/TWKLausanne-100.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-100Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-100Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-100Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-300.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-300.woff') format('woff'),
        url('../font/twk/TWKLausanne-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-300Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-300Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-300Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-400.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-400.woff') format('woff'),
        url('../font/twk/TWKLausanne-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-400Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-400Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-400Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-500.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-500.woff') format('woff'),
        url('../font/twk/TWKLausanne-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-500Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-500Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-500Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-600.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-600.woff') format('woff'),
        url('../font/twk/TWKLausanne-600.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-600Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-600Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-600Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-900.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-900.woff') format('woff'),
        url('../font/twk/TWKLausanne-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TWK Lausanne';
    src: url('../font/twk/TWKLausanne-900Italic.woff2') format('woff2'),
        url('../font/twk/TWKLausanne-900Italic.woff') format('woff'),
        url('../font/twk/TWKLausanne-900Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


body{
	font-family: 'TWK Lausanne' !important;
}
body *{
	font-family: 'TWK Lausanne' !important;
}