/**
 * @license
 * MyFonts Webfont Build ID 4027740, 2021-03-16T15:41:09-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Lovelace-Regular by Zetafonts
 * URL: https://www.myfonts.com/fonts/zetafonts/lovelace/regular/
 * Copyright: Copyright © 2019 by Cosimo Lorenzo Pancini. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d755c");
  
@font-face {
  font-family: "Lovelace-Regular";
  src: url('webFonts/LovelaceRegular/font.woff2') format('woff2'), url('webFonts/LovelaceRegular/font.woff') format('woff');
}






/

@media screen and (max-width: 480px) { /*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
.t-col { padding: 0 10px !important; } /*Это отступы слева и справа до контента в Grid-контейнере*/
.t-container {
    max-width: 320px !important; /*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
}
}










