body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --paragraph-1-p1-regular: Lato;
  --subheading-1-sh1-extrabold: "Libre Baskerville";
  --paragraph-2-p2-regular: Lato;
  --subheading-2-sh2-italics: "Libre Baskerville";
  --font-open-sans: "Open Sans";
  --caption-1-c1-bold: Lato;
  --font-libre-baskerville: "Libre Baskerville";
  --caption-1-c1-semibold: Lato;
  --heading-2-h2-bold: "Libre Baskerville";

  /* font sizes */
  --paragraph-3-p3-bold-size: 16px;
  --caption-1-c1-bold-size: 14px;
  --paragraph-1-p1-regular-size: 24px;
  --paragraph-1-p1-bold-size: 24px;
  --paragraph-2-p2-bold-size: 18px;
  --paragraph-3-p3-bold-size: 16px;
  --caption-1-c1-semibold-size: 14px;
  --paragraph-1-p1-bold-size: 24px;
  --paragraph-2-p2-regular-size: 18px;
  --subheading-2-sh2-italics-size: 30px;
  --subheading-1-sh1-extrabold-size: 36px;
  --heading-2-h2-extrabold-size: 48px;
  --font-size-xs: 12px;
  --font-size-65xl-7: 84.7px;
  --font-size-lgi-8: 19.8px;  
  --heading-2-h2-bold-size: 48px;

  /* Colors */
  --color-whitesmoke-100: #f5f5f5;
  --color-whitesmoke-200: #f4f4f4;
  --gray-6: #f2f2f2;
  --color-whitesmoke-300: #f1f1f1;
  --color-whitesmoke-400: #efefef;
  --color-whitesmoke-500: #eeeded;
  --color-whitesmoke-600: #ededed;
  --color-whitesmoke-700: #ececec;
  --color-whitesmoke-800: #ebebeb;
  --color-whitesmoke-900: #e9e9e9;
  --color-gray-100: #fffefe;
  --color-gray-200: #f6fcfc;
  --color-gray-300: #27292d;
  --color-gray-400: #202124;
  --color-gray-500: #1e1e1e;
  --text-color: #161519;
  --color-crimson: #ed1659;
  --primary-main700: #55c2c3;
  --color-deepskyblue: #0eb5e2;
  --color-gainsboro: #e2e2e2;
  --color-black: #000;
  --color-whitesmoke: #ebebeb;
  --color-gray-600: rgba(33, 30, 30, 0.3);
  --color-gray-700: rgba(0, 0, 0, 0.5);
  --text-color-2: #fff;
  --secondary-main-700: #ed1659;
  --color-mediumturquoise-100: #73eced;
  --primary-main700: #55c2c3;
  --color-deepskyblue-100: #0eb5e2;
  --primary-main900: #1f9293;
  --color-darkslategray-100: #3f3f46;
  --color-steelblue: #0e8daf;
  --color-black: #000;
  --color-lightgray: #cacaca;
  --color-gainsboro-100: #e8e7e7;
  --color-gainsboro-200: #e2e2e2;
  --color-gainsboro-300: #e1e1e1;
  --gray-5: #e0e0e0;
  --color-gainsboro-400: #dcdcdc;
  --color-gainsboro-500: #d9d9d9;
  --success-700: #4bb543;
  --success-900: #3f9938;
  --color-cornflowerblue: #1189e0;
  --color-cadetblue: #2d90a6;
  --color-aqua: #6ef5f6;
  --color-seagreen: #348756;
  --warning-700: #ffcc00;

  --color-goldenrod: #d8a115;

  --color-darkgray: #b3b3b3;

  /* Gaps */
  --gap-21xl: 40px;
  --gap-41xl: 60px;
  --gap-131xl: 150px;
  --gap-31xl: 50px;
  --gap-101xl: 120px;

  /* border radiuses */
  --br-3xs: 10px;
  --br-8xs: 5px;
  --br-31xl: 50px;
  --br-5xs-1: 7.1px;
  --br-4xs: 9px;
}
a{
  cursor: pointer;
}

/*@media screen and (min-width:1441px)  and (max-width:1600px){*/

/*html{*/
/*      zoom: 110%;*/
/*  }*/
/*}*/
/*@media screen and (min-width:1900px) {*/

/*html{*/
/*      zoom: 135%;*/
/*  }*/
/*}*/
/*@media screen and (min-width:1300px) and (max-width:1440px) {*/

/*html{*/
/*      zoom: 95%;*/
/*  }*/
/*}*/
/*@media screen and (min-width:1200px) and (max-width:1299px) {*/

/*html{*/
/*      zoom: 85%;*/
/*  }*/
/*}*/
/*@media screen and (min-width:1000px) and (max-width:1199px){*/

/*html{*/
/*      zoom: 75%;*/
/*  }*/
/*}*/
/*@media screen and (min-width:800px) and (max-width:999px){*/

/*html{*/
/*      zoom: 65%;*/
/*  }*/
/*}*/
