@import url(https://fonts.googleapis.com/css2?family=Bentham&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap);
:root {
--c-font-primary: 'Bentham';
--c-font-secondary: 'Lato';

--c-primary: #d2b89d;
--c-primary-hover: #cbaf92;
--c-primary-txt: #ffffff;
--c-primary-light: #efe6dc;
--c-primary-light-hover: #e7dacd;
--c-primary-light-txt: #000000;
--c-primary-dark: #b88f64;
--c-primary-dark-hover: #b1885d;
--c-primary-dark-txt: #ffffff;

--c-secondary: #d3d0bb;
--c-secondary-hover: #cac7af;
--c-secondary-txt: #000000;
--c-secondary-light: #ebeae0;
--c-secondary-light-hover: #e1dfd2;
--c-secondary-light-txt: #000000;
--c-secondary-dark: #b0aa85;
--c-secondary-dark-hover: #a8a37c;
--c-secondary-dark-txt: #ffffff;

--c-tertiary: #b29f8e;
--c-tertiary-hover: #aa9785;
--c-tertiary-txt: #ffffff;
--c-tertiary-light: #eae5e1;
--c-tertiary-light-hover: #e0d9d3;
--c-tertiary-light-txt: #000000;
--c-tertiary-dark: #937b64;
--c-tertiary-dark-hover: #8b7460;
--c-tertiary-dark-txt: #ffffff;

--c-quaternary: #998779;
--c-quaternary-hover: #928072;
--c-quaternary-txt: #ffffff;
--c-quaternary-light: #e9e5e2;
--c-quaternary-light-hover: #dfd9d5;
--c-quaternary-light-txt: #000000;
--c-quaternary-dark: #79685c;
--c-quaternary-dark-hover: #726358;
--c-quaternary-dark-txt: #ffffff;

--c-quinary: #dfd6cd;
--c-quinary-hover: #d6cbc0;
--c-quinary-txt: #000000;
--c-quinary-light: #ebe6e0;
--c-quinary-light-hover: #e1dad2;
--c-quinary-light-txt: #000000;
--c-quinary-dark: #b9a692;
--c-quinary-dark-hover: #b29d89;
--c-quinary-dark-txt: #ffffff;

--c-senary: #efebe4;
--c-senary-hover: #e6e0d5;
--c-senary-txt: #000000;
--c-senary-light: #ece7df;
--c-senary-light-hover: #e3dcd1;
--c-senary-light-txt: #000000;
--c-senary-dark: #c8baa2;
--c-senary-dark-hover: #c0b197;
--c-senary-dark-txt: #ffffff;

--c-septenary: #fdfcfb;
--c-septenary-hover: #f4efea;
--c-septenary-txt: #000000;
--c-septenary-light: #eee6dd;
--c-septenary-light-hover: #e6dace;
--c-septenary-light-txt: #000000;
--c-septenary-dark: #d7c3af;
--c-septenary-dark-hover: #cfb9a3;
--c-septenary-dark-txt: #000000;

--c-octonary: #b8885a;
--c-octonary-hover: #b18153;
--c-octonary-txt: #ffffff;
--c-octonary-light: #f0e5db;
--c-octonary-light-hover: #e8d9cc;
--c-octonary-light-txt: #000000;
--c-octonary-dark: #946940;
--c-octonary-dark-hover: #8b643f;
--c-octonary-dark-txt: #ffffff;
--c-btn-radius-mp: 1.000;
--c-border-radius-mp: 1.000;
}
