@font-face {
    font-family: 'Avenir-Next';
    src: url('../../src/font/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Next-Bold';
    src: url('../../src/font/AvenirNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.text-primary{
    color: #FFA900;
}

.bg-primary{
    background-color: #FFA900;
}

.bg-gray{
    background-color: rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Avenir-Next', sans-serif;
    overflow-x: hidden;
}

.fw-bold{
    font-family: 'Avenir-Next-Bold', sans-serif !important;
}

.menu-item:hover{
    text-decoration: underline;
}

.menu-item.active{
    color: #FFA900;
    font-weight: bold;
}