/* webroot/css/fonts.css */

@font-face {
    font-family: "GitLab Sans";
    font-weight: 400; /* Regular weight */
    font-display: swap;
    src: url('../fonts/@gitlab/fonts/gitlab-sans/GitLabSans.woff2') format("woff2");
}

@font-face {
    font-family: "GitLab Sans";
    font-weight: 400; /* Regular weight */
    font-display: swap;
    font-style: italic;
    src: url('../fonts/@gitlab/fonts/gitlab-sans/GitLabSans-Italic.woff2') format("woff2");
}

/* You will need to add more @font-face rules here for other weights you plan to use, e.g., Bold, if you copied those files. */