/* Shared web fonts for all atah.io sub-projects.
   Linked by each page's <head> (root: "fonts.css", sub-dir: "../fonts.css").
   @font-face is global once declared; browsers lazy-fetch a face only when a
   matching family is actually rendered, so listing all faces here is free for
   pages that don't use a given font. */

@font-face {
    font-family: 'KoddiUDOnGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/KoddiUDOnGothic-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KoddiUDOnGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/KoddiUDOnGothic-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RasterForge';
    src: url('https://fonts.cdnfonts.com/s/123917/RasterForgeRegular-XGDg9.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
