@font-face {
       font-family: 'PteSans'; /* Use the same name as in your .libraries.yml */
       src: url('../fonts/PteSansBold.woff2') format('woff2'); /* Specify the font file path */
       /* Add other formats (woff, ttf, etc.) if needed */
     }
body {
       font-family: 'PteSans', sans-serif; /* Apply the font to the body or specific elements */
}
body, html {
    color: #808080;
}