﻿@font-face {
    font-family: 'Aharoni';
    src: url('/fonts/ahronbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('/fonts/aptos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos Black';
    src: url('/fonts/aptos-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.texto-aharoni {
    font-family: 'Aharoni', sans-serif;
}

.texto-aptos {
    font-family: 'Aptos', sans-serif;
}

.texto-aptos-black {
    font-family: 'Aptos Black', sans-serif;
}
