﻿/* Import Roboto from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* PTSansNarrow */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('/Images/fonts/PTSansNarrow-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    src: url('/Images/fonts/PTSansNarrow-Bold.ttf') format('truetype');
}

/* OpenSansCondensed */
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('/Images/fonts/OpenSansCondensed-Light.ttf') format('truetype');
}
