﻿

@font-face {
    font-family: 'firasansextracondensed-regular';
    src: url('font/firasansextracondensed-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('font/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'greatvibes-regular';
    src: url('font/greatvibes-regular.ttf') format('truetype');
}

:root {
     --f_kurumsal: 'firasansextracondensed-regular';
    --f_kurumsal2: 'roboto-regular';
    --f_motto: 'greatvibes-regular';
    --f_roboto: 'Roboto", sans-serif';   
}

