:root{

    --color-primary:#111111;

    --color-secondary:#FFFFFF;

    --color-accent:#E63946;

    --color-text:#222;

    --color-gray:#777;

    --header-height:95px;

    --transition:.35s cubic-bezier(.25,.46,.45,.94);

    --container:1440px;

}