/* assets/css/fonts.css */
@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../webfonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Add @font-face rules for other weights as needed */