﻿@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* zakres wag dostępnych w variable font */
    font-stretch: 75% 125%; /* jeśli wspiera stretch */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* zakres wag dostępnych w variable font */
    font-stretch: 75% 125%; /* jeśli wspiera stretch */
    font-style: normal;
}

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* zakres wag dostępnych w variable font */
    font-stretch: 75% 125%; /* jeśli wspiera stretch */
    font-style: normal;
}

.f-inter {
    font-family: Inter;
}
.f-nunito {
    font-family: Nunito;
}
.f-exo2 {
    font-family: Exo2;
}
