@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('../fonts/Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'RiaSans';
  src: url('../fonts/RiaSans-ExtraBold.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Ghanachoco';
  src: url('../fonts/Ghanachocolate.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'theFaceShop';
  src: url('../fonts/THEFACESHOP.ttf') format('truetype');
  font-weight: normal;
}

* {
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  &::before,
  &::after {
    box-sizing: border-box;
  }

  &:focus {
    outline: none !important;
  }
}

html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

body {
  font-family: 'Paperlogy';
  color: #191919;
  font-weight: 500;
  line-height: 1.15;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
nav,
section {
  margin: 0;
  margin-block-end: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.1;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;

  &:active {
    color: inherit;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-image: url('../images/select_arrow.png');
  background-size: 13px 8px;
  padding-right: 22px;
}

input:not([type="checkbox"]),
textarea {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.agree_wrap input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px !important;
  border: 0.1px solid #9a9a9a;
  border-radius: 50%; 
  cursor: pointer;
  position: relative;
  background-color: white;
}

.agree_wrap input[type="checkbox"]:checked {
  background-color: #ffd200;
  border-color: #ffd200;
  position: relative;
}

.agree_wrap input[type="checkbox"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


input[type='number'],
input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='phone'],
input[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  border-radius: 0;
  display: block;
  background-color: white;
  line-height: 24px;
  font-size: 15px;
  width: 100%;
  padding: 0;
  border: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

button {
  border: 0;
  background-color: initial;
  padding: initial;
  cursor: pointer;
}

img,
picture {
  max-width: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
