﻿/*Font used for site headers*/

@font-face {
    font-family: "Termina";
    src: url("fonts/termina/Termina-Regular.otf");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Termina";
    src: url("fonts/termina/Termina-Bold.otf");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Termina;
}

.termina-font {
    font-family: Termina!important;
}