/*
Theme Name:  TV Expert
Theme URI:
Description: TVExpert theme.
Author:     Yuliya Peshko
Version:    1.0.0
License:    GNU General Public License v2 or later
Template:   colormag
*/

@import url("../colormag/style.css");

@font-face {
    font-family: "Fira Sans";
    src: url(https://tv-expert.com/wp-content/themes/tvexpert/fonts/FiraSans-Light.ttf);
    font-weight: normal;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 18px;
    color: #000000;
    font-weight: normal;
    font-family: 'Fira Sans', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0px 0px 16px;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0px 0px 28px;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0px 0px 12px;
}

h4 {
    font-size: 18px;
    line-height: 1.2;
}

h5 {
    font-size: 16px;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
}

body,
button,
input,
select,
textarea {
    color: #444444;
    font: 16px 'Fira Sans', serif;
    line-height: 1.6;
    word-wrap: break-word;
}

p {
    margin: 0px 0px 24px;
    font-family: 'Fira Sans', serif;
    font-size: 16px;
    font-weight: 300;
}

blockquote p {
    font-size: 20px;
    font-family: 'Fira Sans', serif;
    line-height: 1.4;
    position: relative;
    padding-top: 13px;
    padding-left: 40px;
    color: #000000;

}