﻿@font-face {
    font-family: 'Gotham-Black';
    src: url('/fonts/Gotham/Gotham-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/fonts/Gotham/Gotham-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/Gotham/Gotham-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/fonts/Gotham/Gotham-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/Gotham/Gotham-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 23px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
