@charset "utf-8";
/* CSS Document */
:root {
--body-background-color:#f8f7f6;/*!!Generella färger*/
--horiz-menu-background-color-one:rgb(250,219,217);
--horiz-menu-background-color-two:rgb(250,219,217);
--mobile-menu-background-color:rgb(250,219,217);
--button-background-color-one:-webkit-linear-gradient(top,rgba(64,18,24,1)0%,rgba(94,24,33,1)100%);
--button-background-color-one-hover:-webkit-linear-gradient(top,rgba(64,18,24,1)0%,rgba(119,31,42,1)100%);
--button-text-color-one:#2d2e2f;
--button-text-color-one-hover:#2d2e2f;
--button-background-color-two:#5e1821;
--button-background-color-two-hover:#771f2a;
--button-text-color-two:#ffffff;
--button-text-color-two-hover:#f2f2f2;
--link-color-one:#5e1821;
--link-color-one-hover:#771f2a;
--link-color-two:#ffffff;
--link-color-two-hover:#f2f2f2;
--footer-background-primary-color:rgb(250,219,217);
--footer-background-secondary-color:rgb(250,219,217);
--footer-banner-background-color:#5e1821;
--footer-banner-text-color:#ffffff;
--header-font:'Sentinel',serif;/*!!Typsnitt*/
--primary-font:'Objektiv',sans-serif;
--secondary-font:'Objektiv',sans-serif;
--primary-text:#535353;/*!!Textfärger*/
--secondary-text:#5e1821;
--third-text:#ffffff;
--primary-header:rgb(46,45,44);
--secondary-header:#ffffff;
--primary-color:rgb(46,45,44);/*!!Färger (solida)*/
--secondary-color:#ffffff;
--third-color:#faebe9;
--fourth-color:rgba(64,18,24,1);
--fifth-color:rgba(94,24,33,0.8);
--sixth-color:#f5f5f5;
--primary-transparent-color:rgba(94,24,33,.8);/*!!Färger (transparenta)*/
--secondary-transparent-color:rgba(119,31,42,.8);
--third-transparent-color:rgba(94,24,33,.5);
--fourth-transparent-color:rgba(94,24,33,.2);
--fifth-transparent-color:transparent;
--sixth-transparent-color:transparent;
--primary-gradient-color:-webkit-linear-gradient(top,rgba(64,18,24,1)0%,rgba(94,24,33,1)100%);/*!!Färger (gradient)*/
--secondary-gradient-color:-webkit-linear-gradient(top,rgba(94,24,33,1)0%,rgba(64,18,24,1)100%);
--third-gradient-color:-webkit-linear-gradient(top,rgba(64,18,24,1)0%,rgba(119,31,42,1)100%);
--fourth-gradient-color:-webkit-linear-gradient(top,rgba(119,31,42,1)0%,rgba(64,18,24,1)100%);
}