/* set default colours for templates (not template 1) */
:root {
  --main-bg-color: #fff;
  --main-text-color: #34302f;
  --h1: #B81D1B;
  --h2: #34302f;
  --btn-color: #B81D1B;
  --btn-hover-color: #34302f;
  --red: #B81D1B;
  --black: #34302f;
  --pink: #FEF2F2;
  --grey: #E9E5E5;
  --footer: #34302F;
  --copyright: #000;
}

/*font-family: "Roboto", sans-serif;*/
/*font-family: "Cookie", cursive;*/