﻿@font-face {
    font-family: 'avehope';
    src: url('../fonts/avehopedemo.otf') format('opentype');
}

@font-face {
    font-family: "BegumSans";
    src: url("/fonts/BegumSans-Variable.ttf") format("truetype-variations");
    font-weight: 100 900; /* adjust range if needed */
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'avehope', sans-serif;
}

* {
    font-family: "BegumSans", sans-serif;
}