:root {
    --font-family: "PT Sans Narrow", sans-serif;
    --base-font-size: 16px;
    --normal-weight: 400;
    --bold-weight: 700;
    --content-width: 75rem;
    --content-padding: 3rem;
    --header-height: 6rem;
    --footer-height: 7rem;

    --red: 240, 95, 95;
    --bg-gray: 235, 235, 235;
    --accent-color: 30, 36, 70;
    --color-white: 255, 255, 255;
    --font-color: var(--accent-color);

    --opacity-03: .3;
    --opacity-05: .5;
    --opacity-07: .7;
    --opacity-1: 1;

    --url-bg-sec-1: url("/static/back_1.png");
    --url-bg-sec-1: url("../../img/back_1.png");

    font-family: var(--font-family);
    font-size: var(--base-font-size);
    font-weight: var(--normal-weight);
    color: rgb(var(--font-color));
    font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}