﻿@font-face {
    font-family: "Typonine Sans Regular";
    src: url('../fonts/TyponineSansStd-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Typonine Sans Regular Italic";
    src: url('../fonts/TyponineSansStd-RegularIta.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Typonine Sans Bold";
    src: url('../fonts/TyponineSansStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Typonine Sans Bold Italic";
    src: url('../fonts/TyponineSansStd-BoldIta.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Typonine Sans Light";
    src: url('../fonts/TyponineSansStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Typonine Sans Light Italic";
    src: url('../fonts/TyponineSansStd-LightIta.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Typonine Sans Medium";
    src: url('../fonts/TyponineSansStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Typonine Sans Medium Italic";
    src: url('../fonts/TyponineSansStd-MediumIta.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}