/* Frank Ruhl Libre Regular */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 400;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-Regular.ttf') format('truetype');
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 500;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-Medium.ttf') format('truetype');
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 600;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-SemiBold.ttf') format('truetype');
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 700;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-Bold.ttf') format('truetype');
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 800;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 900;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-Black.ttf') format('truetype');
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'FrankRuhlLibre';
    font-weight: 300;
    font-style: normal;
    src: url('/font/FrankRuhlLibre/FrankRuhlLibre-Light.ttf') format('truetype');
    font-display: swap;
}
