/*
Theme Name: Drakkar
Theme URI: https://ewm.swiss
Author: Ewm
Template: twentytwentyfive
Version: 0.1
Text Domain: drakkar
*/

/* Font Variables */
:root {
  --font-poppins: 'Poppins', sans-serif;
  --font-hubot: 'Hubot Sans', sans-serif;
}

body {
  font-family: var(--font-poppins);
}

