﻿@font-face {
    font-family: 'GE SS Two';
    src: url('Fonts_Refactor/GE_SS_Two.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GentiumBookPlus';
    src: url('Fonts_Refactor/GentiumBookPlus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GE Snd Book';
    src: url('Fonts_Refactor/GE-Snd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.breadcrumb-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    float: right;
    margin-bottom: 20px;
    padding: 0px 20px;
    margin-top: 50px;
    color: white;
    font-family: "GE SS Two"
}

.breadcrumb-link {
    text-decoration: none;
    color: white;
}

    .breadcrumb-link:hover {
        text-decoration: underline;
        color: #007bff;
    }

.breadcrumb-separator {
    color: white;
}

.breadcrumb-current {
    color: white;
}