@font-face {
    font-family: 'Barlow';
    src: url("/assets/fonts/Barlow-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Barlow';
    src: url("/assets/fonts/Barlow-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url("/assets/fonts/OpenSans_Condensed-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url("/assets/fonts/OpenSans_Condensed-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Segoe UI Mod';
    src: url("/assets/fonts/seguisb.ttf") format("truetype");
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/material-icons-outlined.woff2") format('woff2');
}
  
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin:0;
    vertical-align: -17%;
}