﻿@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('/Resources/Fonts/Oxygen/Oxygen-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('/Resources/Fonts/Oxygen/Oxygen-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: url('/Resources/Fonts/Oxygen/Oxygen-Light.ttf') format('truetype');
    font-display: swap;
}