:root {
  --primary-color: #a71515;
  --secondary-color: #f8f8f8;
  --text-color: #222943;
  --black: #090909;
  --light-green: #d3bdbd;
  --dark-green: #8c8c8c;
  --light-gray: #8c8c8c;
  --light-wheat: #d3bdbd;
  --cod-gray: #090909;
  --tamarillo: #a71515;
  --gray: #8c8c8c;
  --cold-rose: #d3bdbd;
  --white: #ffffff;
  --primary-100: #ecf1fa;
  --primary-200: #bcceee;
  --primary-300: #80a8e1;
  --primary-400: #5583bd;
  --primary-500: #3c5f8a;
  --primary-600: #253d5b;
  --primary-700: #101e30;
  --secondary-100: #f7eeed;
  --secondary-200: #e5bebd;
  --secondary-300: #d88d8a;
  --secondary-400: #c25d57;
  --secondary-500: #8d423d;
  --secondary-600: #5b2825;
  --secondary-700: #2e110f;
  --tertiary-100: #f0f771;
  --tertiary-200: #c7ce5d;
  --tertiary-300: #a0a649;
  --tertiary-400: #7b7f37;
  --tertiary-500: #585b25;
  --tertiary-600: #373915;
  --tertiary-700: #191a06;
  --grey-100: #f0f1f1;
  --grey-200: #cccdcf;
  --grey-300: #a4a6aa;
  --grey-400: #7f8185;
  --grey-500: #5c5d60;
  --grey-600: #3b3c3e;
  --grey-700: #1d1e1f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  min-height: 100dvh;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Mulish", sans-serif !important;
}

p,
div,
span,
a,
li {
  font-family: "Mulish", sans-serif !important;
}/*# sourceMappingURL=master.css.map */