/*
Theme Name: Veganprat
Theme URI: https://veganprat.se
Author: Mr. Geck
Author URI: https://mrgeck.com
Description: Veganprat
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veganprat
*/

@font-face {
    font-family: 'TrashCinema BB';
    src: url('./assets/fonts/TrashCinemaBB.woff2') format('woff2'),
        url('./assets/fonts/TrashCinemaBB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #ffffff;
    background-image: url("./assets/images/bg3.png");
    background-position: left top;
    background-size: auto;
    background-repeat: repeat-x;
    background-attachment: scroll;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 110%;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "TrashCinema BB", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.tight {
    line-height: 0;

}

.bar {
    background-color: #c21215;
    height: 40px;
    width: 100%;
}

.icons {
    display: flex;
    justify-content: space-around;
}

.icons svg {
    color: #c21215;
    font-size: 3rem;

}

p {
    line-height: 1.4;
}

.container {
    max-width: 920px;
    width: 100%;
    margin: 30px auto;
}

.text-content {
    max-width: 580px;
    margin: 0 auto;
}