@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);
:root {
--c-font-primary: 'Montserrat';
--c-font-secondary: 'Playfair Display';

--c-primary: #c59651;
--c-primary-hover: #be8f49;
--c-primary-txt: #ffffff;
--c-primary-light: #f2e8d9;
--c-primary-light-hover: #ebddc8;
--c-primary-light-txt: #000000;
--c-primary-dark: #a27636;
--c-primary-dark-hover: #976f36;
--c-primary-dark-txt: #ffffff;

--c-secondary: #f3dfca;
--c-secondary-hover: #edd4b9;
--c-secondary-txt: #000000;
--c-secondary-light: #f6e6d5;
--c-secondary-light-hover: #f0dac3;
--c-secondary-light-txt: #000000;
--c-secondary-dark: #e0ae78;
--c-secondary-dark-hover: #daa56d;
--c-secondary-dark-txt: #ffffff;

--c-tertiary: #3e3d40;
--c-tertiary-hover: #3b3a3d;
--c-tertiary-txt: #ffffff;
--c-tertiary-light: #747278;
--c-tertiary-light-hover: #6e6c71;
--c-tertiary-light-txt: #ffffff;
--c-tertiary-dark: #302f32;
--c-tertiary-dark-hover: #2e2d2f;
--c-tertiary-dark-txt: #ffffff;

--c-quaternary: #b1874a;
--c-quaternary-hover: #a58049;
--c-quaternary-txt: #ffffff;
--c-quaternary-light: #f0e7db;
--c-quaternary-light-hover: #e8dccb;
--c-quaternary-light-txt: #000000;
--c-quaternary-dark: #896939;
--c-quaternary-dark-hover: #806338;
--c-quaternary-dark-txt: #ffffff;

--c-quinary: #f8ecdf;
--c-quinary-hover: #f3e0cc;
--c-quinary-txt: #000000;
--c-quinary-light: #f6e6d5;
--c-quinary-light-hover: #f0dbc3;
--c-quinary-light-txt: #000000;
--c-quinary-dark: #e5b888;
--c-quinary-dark-hover: #dfaf7b;
--c-quinary-dark-txt: #ffffff;

--c-senary: #d2a955;
--c-senary-hover: #cba24c;
--c-senary-txt: #ffffff;
--c-senary-light: #f4ebd7;
--c-senary-light-hover: #eee1c5;
--c-senary-light-txt: #000000;
--c-senary-dark: #b58930;
--c-senary-dark-hover: #a88131;
--c-senary-dark-txt: #ffffff;

--c-septenary: #ebd9c7;
--c-septenary-hover: #e4ceb8;
--c-septenary-txt: #000000;
--c-septenary-light: #f2e6d9;
--c-septenary-light-hover: #eadac9;
--c-septenary-light-txt: #000000;
--c-septenary-dark: #d1a87f;
--c-septenary-dark-hover: #ca9f75;
--c-septenary-dark-txt: #ffffff;
--c-btn-radius-mp: 0.500;
--c-border-radius-mp: 0.500;
}
