@font-face {
    font-family: "Oxygen";
    src: url("../fonts/Oxygen/Oxygen-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Oxygen";
    src: url("../fonts/Oxygen/Oxygen-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Oxygen", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #2c3e50;
}

.navbar-options-style {
    margin-right: 5px;
}
