/**
Theme name: Hanafleurs
Theme uri: https://hanafleurs.com
Author: ShortLegsFox
Author URI: none
Description: Theme for hanafleurs website
Version: 1.0.0
Text domain: shortlegsfox
License: none
**/

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');

/* Main */

html, body {
    height:100%;
    font-family: 'Comfortaa', cursive;
    background-color: #F0E8DE;
} 

body, * {
    margin: 0;
    padding: 0;
}