/*
Theme Name: Emlid
Theme URI: https://emlid.com
Author: Emlid Design Team
Author URI: https://emlid.com
Description: Emlid Theme
Version: 3.0
Text Domain: emlid
*/

/* @font-face {
    font-family: 'Geist';
    src: url('fonts/Geist/Geist-Regular.woff2') format("woff2-variations"),
        url('fonts/Geist/Geist-Regular.woff') format("truetype-variations");
    font-weight: 100 900;
    font-style:  normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist/Geist[wght].ttf') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  } 
  

@font-face {
    font-family: 'Geist Mono';
    src: url('fonts/Geist_Mono/GeistMono[wght].ttf') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


