/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/nunito-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v16-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-v16-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/nunito-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v16-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v16-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/nunito-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v16-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}

html {
    scroll-behavior: smooth;
}
#goTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#goTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
