body{
background:#F5F6F7;
color:#243041;
font-family:'Manrope',sans-serif;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}

.t-title,
.t-title_xxs,
.t-title_xs,
.t-title_sm,
.t-title_md,
.t-title_lg,
.t-title_xl{
letter-spacing:-0.03em;
color:#243041;
}

.t-text{
color:#243041;
line-height:1.7;
}

.t-descr{
color:#5B6472;
line-height:1.6;
}

.t-btn{
border-radius:6px!important;
font-weight:600!important;
letter-spacing:0!important;
transition:all .25s ease!important;
background:#243041!important;
color:#ffffff!important;
border:none!important;
}

.t-btn:hover{
opacity:.88;
transform:translateY(-1px);
}

a{
transition:all .2s ease;
}

a:hover{
opacity:.75;
}

::selection{
background:#243041;
color:#ffffff;
}