@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.organization__title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #040404;
}

.logo__wrapper {
    border-radius: 16px;
    background: white;
    padding: 16px 24px;
    width: 100%;
    margin-top: 24px;
}
.logo__label{
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #040404;
}
.logo__preview__wrapper{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}
.upload__button{
    border: 1px solid #001C27;
    padding: 18px 28px;
    border-radius: 8px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #001C27;
}
.file__size{
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #8B8B8B;
    margin-top: 6px;
}
.form__wrapper{
    padding: 16px 24px;
    background: white;
    margin-top: 24px;
    border-radius: 16px;
    width: 100%;
}
.form__input {
    border: 1px solid #D0D5DD;
    width: 100%;
    border-radius: 14px;
    margin-top: 6px;
    padding: 9px 14px;
    font-weight: 500;
    font-size: 16px;
    color: #565666;
    line-height: 26px;
    font-family: 'Satoshi', sans-serif;
}
.form__label {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #000000;
}
