/*
@File: HOUNDA Template Styles

Theme Name: hounda
Description: Business Theme
Author: SENDE Amos Georges
Text Domain: hounda
version: 1.3
*/

:root{
    --mc-blue-default: #00ADEF;
    --mc-blue: #009FE3;
    --mc-blue-lighter: #35BEF2;
    --mc-footer-bg: #372D2D;
    --top-margin: 70px;
}
*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
a{
    text-decoration: none;
}