@font-face {
  font-family: 'Noto Sans';
  src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans';
  src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cook Conthic';
  src: url(../fonts/CookConthic.otf) format("opentype");
}
html, body {
		font-family: 'Noto Sans', sans-serif !important;
		font-size: 16px !important;
}
.desc_text_big{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
}
.desc_testimonial_title{
    font-size: 30px;
    font-family: 'Cook Conthic', sans-serif !important;
    text-transform: uppercase;
    line-height: 1.3;
}
.desc_testimonial_phrase{
    font-size:  22px;
    font-family: 'Cook Conthic', sans-serif !important;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 3px;
}
.desc_text_regular{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.desc_menu_header{
    background-color: #182033 !important;
}
.desc_footer_title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
}
.desc_footer_link{
    color: white;
    text-decoration: none;
}
.desc_footer_link:hover{
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.desc_video_testimonial{
		width: auto; 
		height: 70vh;
	}