/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: 'sofia-pro';
    src: url('/assets/fonts/SofiaPro_Light.woff');
    font-weight: 300;
}

@font-face {
    font-family:'sofia-pro';
    src: url('/assets/fonts/SofiaPro_Regular.woff');
    font-weight: 400;
}

body {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    text-align: left;
}

p {
    font-size: 16px;
    text-align: left;
}

a {
    font-size: 16px;
    text-align: left;
}

.btn {
    font-size: 16px;
}
