:root{

--font-open-sans: 'Open Sans', sans-serif;
--font-libre-baskerville: 'Libre Baskerville', serif;

--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--font-weight-extrabold: 800;

--burnt-orange-50: #FBEFEA;
--burnt-orange-100: #F6DFD3;
--burnt-orange-200: #ECBEA8;
--burnt-orange-300: #E39E7C;
--burnt-orange-400: #D97D51;
--burnt-orange-500: #d05d25;
--burnt-orange-600: #A64A1E;
--burnt-orange-700: #7D3816;
--burnt-orange-800: #53250F;
--burnt-orange-900: #2A1307;

--white: #ffffff;
--black: #191919;


}