﻿@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

/* 取消主题对logo尺寸的限制，让显示大小由图片像素决定 */
.vlt-navbar-logo img{
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
}

.vlt-navbar-logo{
  height: auto !important;
}

/* 调整成立年份大小 */
.vlt-experience-block__number {
    font-size: 150px !important;   /* 原来大概是200px+ */
    line-height: 1;
    font-weight: 600;
}

/* 让文字部分更稳重 */
.vlt-experience-block__title {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}