:root {
  --container-xs: 340px;
  --container-sm: 540px;
  --container-md: 720px;
  --container-lg: 940px;
  --container-xl: 1140px;
}

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

body {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

button,
input,
select {
  font: inherit;
  font-family: inherit;
}

textarea {
  font-size: inherit;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .container {
    width: var(--container-xs) !important;
  }
  html {
    font-size: 14px;
  }
  .svg-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: var(--container-sm) !important;
  }
  html {
    font-size: 15px;
  }
  .svg-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: var(--container-md) !important;
  }
  html {
    font-size: 16px;
  }
  .svg-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: var(--container-lg) !important;
  }
  html {
    font-size: 17px;
  }
  .svg-icon svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: var(--container-xl) !important;
  }
  html {
    font-size: 18px;
  }
  .svg-icon svg {
    width: 30px;
    height: 30px;
  }
}

.svg-icon svg {
  display: flex;
  justify-content: center;
}

.btn {
  padding: 10px 10px;
  min-height: 35px;
  border-radius: 50px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.h-center {
  display: flex;
  justify-content: center;
}

.v-center {
  display: flex;
  align-items: center;
}

/* Open Sans - Normal Styles */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Open Sans - Italic Styles */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
}
