/*
Theme Name: Timber Root
Template: astra
Author: Next Level
Version: 1.0
*/



/* Light (Latin / default) */
@font-face {
    font-family: "Helvetica";
    src: local("Helvetica Light"),
    url("fonts/helvetica_light.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: "Helvetica";
    src: local("Helvetica Regular"),
    url("fonts/helvetica_regular.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "Helvetica";
    src: local("Helvetica Bold"),
    url("fonts/helvetica_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: "Helvetica";
    src: local("Helvetica Bold"),
    url("fonts/helvetica_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}*/


/*headings fonts */
@font-face {
    font-family: "Monarcha";
    src: url("fonts/Monarcha.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Monarcha";
    src: url("fonts/MonarchaW01-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}