@charset "utf-8";

@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-light-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-regular-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-regularit-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-regularit-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
	font-display:swap;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-medium-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-semibold-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-semibold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('/system/galleries/html/fonts/proximanova-bold-webfont.woff') format('woff'),
		url('/system/galleries/html/fonts/proximanova-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'museo';
    src: url('/system/galleries/html/fonts/museo-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display:swap;
}
@font-face {
    font-family: 'museo';
    src: url('/system/galleries/html/fonts/Museo500-Regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display:swap;
}

.tk-proxima-nova, body {
	font-family: 'proxima-nova', sans-serif !important;
	color: #666;
}
.btn, .btn-default, .btn-primary, .btn-standard, .button, .tk-museo {
	font-family: museo,sans-serif;
}

