@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Shoor";
    src: url("../fonts/Shoor-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Shoor", sans-serif;
    font-weight: 400;
}
h1 {
    font-weight: 800;
}

h3 {
    font-weight: 800;
    text-align: center;

}

.logo-box {
    text-align: center;
    max-width: 100%;
    height: auto;
}

.logo {
    width: 350px;
    max-width: 100%;
    height: auto;
}


.title {
    text-align: center;
    color: #c96342;
}

.social-icon {
    text-align: center;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.2s ease;
    margin: 5px;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-box {
    text-align: center;
}