﻿@font-face {
    font-family: 'Oxygen Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Oxygen Bold'), url('../WebAssets/Fonts/Oxygen/Oxygen-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Oxygen Regular'), url('../WebAssets/Fonts/Oxygen/Oxygen-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen Light';
    font-style: normal;
    font-weight: normal;
    src: local('Oxygen Light'), url('../WebAssets/Fonts/Oxygen/Oxygen-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen Italic';
    font-style: normal;
    font-weight: 400;
    src: local('Oxygen Italic'), url('../WebAssets/Fonts/Oxygen/Oxygen-Italic.ttf') format('truetype');
}