/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400&display=swap');

 * {
    font-family: 'Montserrat', sans-serif;
 }
 