/*
 * Legal Disclaimer for Web licence
 *
 * License to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * www.ouraring.com (monthly pageviews: < 1M)
 *
 */

/*
 * Legal Disclaimer for App license
 *
 * License to use fonts in native, web, or hybrid apps on mobile or stationary devices, for example personal computers, smart phones, entertainment systems, game consoles, medical instruments, etc.
 *
 * Should the license download limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following App(s):
 *
 * Oura (Total Downloads: >500k)
 *
 */

/* complete */

/* Regular */
@font-face {
    font-family: "AkkuratLLWeb-Regular";
    src: url("./AkkuratLLWeb-Regular.woff2") format("woff2"),
        url("./AkkuratLLWeb-Regular.woff") format("woff");
}

/* Light */
@font-face {
    font-family: "AkkuratLLWeb-Light";
    src: url("./AkkuratLLWeb-Light.woff2") format("woff2"),
        url("./AkkuratLLWeb-Light.woff") format("woff");
}

/* Thin */
@font-face {
    font-family: "AkkuratLLWeb-Thin";
    src: url("./AkkuratLLWeb-Thin.woff2") format("woff2"),
        url("./AkkuratLLWeb-Thin.woff") format("woff");
}

/* Bold */
@font-face {
    font-family: "AkkuratLLWeb-Bold";
    src: url("./AkkuratLLWeb-Bold.woff2") format("woff2"),
        url("./AkkuratLLWeb-Bold.woff") format("woff");
}