/* Created on Jul 3, 2025, 9:13:29 PM */

/* -- set mainFont */
/* --src: url(font/tahoma.ttf); */
@font-face {
    font-family: mainFont;
    src: url("font/Cinzel-Regular.ttf");
}

/* -- set mainFont */
@font-face {
    font-family: mainFont;
    src: url("font/Cinzel-Bold.ttf");
    font-weight: bold;
}

/* -- set num2Font */

@font-face {
    font-family: num2Font;
    src: url("font/TrajanPro-Regular.ttf");
}

@font-face {
    font-family: num2Font;
    src: url("font/TrajanPro-Bold.ttf");
    font-weight: bold;
}

/* -- set num3Font */

@font-face {
    font-family: num3Font;
    /* --GARA.TTF */
    src: url("font/ITCGaramondStd-Lt.otf");
}

@font-face {
    font-family: num3Font;
    /*-- GARABD.TTF */
    src: url("font/ITCGaramondStd-Bd.otf");
    font-weight: bold;
}


.main {
    background-color: #080808;
    margin-left: 32px;
    font-family: mainFont;
}
/*
.end    ;-- main.css
*/
