html {
    scroll-behavior: smooth;
}

/* text */

.regular {
    font-family: 'Amiko', sans-serif;
    font-weight: 400;
}

.semibold {
    font-family: 'Amiko', sans-serif;
    font-weight: 600;
}

.bold {
    font-family: 'Amiko', sans-serif;
    font-weight: 700;
}

/* renkler */

.os1 {
    color: #F0F3FA;
}

.os2 {
    color: #D5DEEF;
    background-color: #D5DEEF;
}

.os3 {
    color: #B1C9EF;
}

.os4 {
    color: #628ECB;
}

.os5 {
    color: #628ECB;
}

.os6 {
    color: #395886;
}

.osLogo {
    color: #053870;
}

/* fontlar */

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 1.25em;
}

.font25 {
    font-size: 25px;
}


.font30 {
    font-size: 30px;
}

.font35 {
    font-size: 35px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.aNone {
    text-decoration: none;
    margin: auto 100px;
}

.tdl {
    text-decoration-line: none;
}

.aContactNone {
    pointer-events: none;
    cursor: default;
}

/* Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #B1C9EF; /* scrollbar rengi */
    border-radius: 6px; /* scrollbar kenar yuvarlaklığı */
}

::-webkit-scrollbar-track {
    background-color: #053870; /* scrollbar arka plan rengi */
}

.slowScroll {
    scroll-behavior: smooth;
}