a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    height: 100%;
    background: #E8EFFF;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
}

.box-padding {
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

/* Import font from local URL */
@font-face {
    font-family: 'gilroy-semibold';
    src: url('fonts/gilroy-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'gilroy-regular';
    src: url('fonts/gilroy-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'gilroy-bold';
    src: url('fonts/gilroy-bold.ttf') format('truetype');
}

/* Poppins Font Styles */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* Italic Variants */
.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Gilroy Font Styles */
.gilroy-semibold {
    font-family: 'gilroy-semibold', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.gilroy-bold {
    font-family: 'gilroy-bold', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.gilroy-regular {
    font-family: 'gilroy-regular', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Inter Font Styles */
.inter-thin {
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.inter-extralight {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-style: normal;
}

.inter-light {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.inter-regular {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.inter-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.inter-semibold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.inter-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.inter-extrabold {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-style: normal;
}

.inter-black {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-style: normal;
}