/* Declare a font */

@font-face {
    font-family: 'montserra';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Century gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Century_gothic/centurygothic.ttf') format('truetype');
}

.title-montserra {
    font-family: 'montserra', sans-serif;
}

.title-gothic {
    font-family: 'Century gothic', sans-serif;
}