@font-face {
    src: url('../font/Lato/Lato-Black.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}
@font-face {
    src: url('../font/Lato/Lato-BlackItalic.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 900;
    font-style: italic;
}
@font-face {
    src: url('../font/Lato/Lato-Bold.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    src: url('../font/Lato/Lato-BoldItalic.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 700;
    font-style: italic;
}
@font-face {
    src: url('../font/Lato/Lato-Italic.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}
@font-face {
    src: url('../font/Lato/Lato-Light.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('../font/Lato/Lato-LightItalic.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../font/Lato/Lato-Regular.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('../font/Lato/Lato-Thin.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    src: url('../font/Lato/Lato-ThinItalic.ttf');
    font-family: 'Lato';
    font-display: swap;
    font-weight: 100;
    font-style: italic;
}

@font-face {
    src: url('../font/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}
@font-face {
    src: url('../font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf');
    font-family: 'Montserrat';
    font-display: swap;
    font-style: italic;
    font-weight: 100 900;
}

body {
    font-family: 'Lato', 'Arial', 'Tahoma', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-title,
.page-header,
legend {
    font-family: 'Montserrat', 'Arial', 'Tahoma', sans-serif;
}