/*
Theme Name: Melfort Paints
Description: Custom theme for Melfort Paints
Version: 1.0
Author: Melfort
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

